diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 13:04:15 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-14 13:04:15 +0000 |
| commit | 6f8d27fc3e863740b464536120bd9b816b62fa32 (patch) | |
| tree | bde4eff16d9f8d90e13db23477d255db48534e91 | |
| parent | 9f6388ba93d8108f45f5287e08cbb48c555394bd (diff) | |
Notes
| -rw-r--r-- | include/paths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h index ec17cac6e069..5376e7ea5370 100644 --- a/include/paths.h +++ b/include/paths.h @@ -65,7 +65,7 @@ #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" #define _PATH_NOLOGIN "/var/run/nologin" -#define _PATH_RCP "/usr/bin/rcp" +#define _PATH_RCP "/bin/rcp" #define _PATH_RLOGIN "/usr/bin/rlogin" #define _PATH_RSH "/usr/bin/rsh" #define _PATH_SENDMAIL "/usr/sbin/sendmail" |
