diff options
Diffstat (limited to 'bin/rcp/pathnames.h')
-rw-r--r-- | bin/rcp/pathnames.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rcp/pathnames.h b/bin/rcp/pathnames.h index 39158f0..556043e 100644 --- a/bin/rcp/pathnames.h +++ b/bin/rcp/pathnames.h @@ -37,4 +37,6 @@ #include <paths.h> #define _PATH_CP "/bin/cp" +#define _PATH_RCP "/bin/rcp" +#define _PATH_RLOGIN "/usr/bin/rlogin" #define _PATH_RSH "/usr/bin/rsh" |