diff options
-rw-r--r-- | include/paths.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h index e2e969bdbd1..4838febf5ce 100644 --- a/include/paths.h +++ b/include/paths.h @@ -56,6 +56,7 @@ #define _PATH_MAN "/usr/share/man" #define _PATH_MEM "/dev/mem" #define _PATH_NOLOGIN "/etc/nologin" +#define _PATH_RSH "/usr/bin/rsh" #define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" |