From a81ce47daaf6714945af7f20056323097720f927 Mon Sep 17 00:00:00 2001 From: sobomax Date: Sun, 14 Jul 2002 13:04:15 +0000 Subject: Correct _PATH_RCP to be /bin/rcp, not /usr/bin/rcp. --- include/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/paths.h') 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" -- cgit v1.1