use BINDIR instead of "/usr/bin/ with _PATH_RSH

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14995 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-27 19:20:22 +00:00
parent a86ee1251a
commit 86d1dc0dc6

View File

@@ -61,4 +61,4 @@
#include "extern.h"
#define _PATH_CP "/bin/cp"
#define _PATH_RSH "/usr/bin/rsh"
#define _PATH_RSH BINDIR "/rsh"