diff options
author | 1996-08-19 03:24:04 +0000 | |
---|---|---|
committer | 1996-08-19 03:24:04 +0000 | |
commit | f181dd278274f50e689ebd13237010a90b430164 (patch) | |
tree | 6ddafbcf124eb69e9be3ba9c6321aae3921c7c36 | |
parent | virtual terimals' name become ttyC* (diff) | |
download | wireguard-openbsd-f181dd278274f50e689ebd13237010a90b430164.tar.xz wireguard-openbsd-f181dd278274f50e689ebd13237010a90b430164.zip |
Adds _PATH_RSH for rsh-using rcmd()
-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" |