summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-14 13:04:15 +0000
committersobomax <sobomax@FreeBSD.org>2002-07-14 13:04:15 +0000
commita81ce47daaf6714945af7f20056323097720f927 (patch)
treebde4eff16d9f8d90e13db23477d255db48534e91 /include/paths.h
parent13841bc2717a78fc636f16c46664416f26b301b1 (diff)
downloadFreeBSD-src-a81ce47daaf6714945af7f20056323097720f927.zip
FreeBSD-src-a81ce47daaf6714945af7f20056323097720f927.tar.gz
Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp.
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/paths.h b/include/paths.h
index ec17cac..5376e7e 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"
OpenPOWER on IntegriCloud