diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 13:48:52 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-26 13:48:52 +0000 |
| commit | fb502a37dc171e1653be78f510f9a2019f8a4598 (patch) | |
| tree | 9ccda8cba6c6e2728ef21eeee08ae36430f7aa02 /include/paths.h | |
| parent | c7cb9b965477f300154d39e789903e4f8c792893 (diff) | |
Notes
Diffstat (limited to 'include/paths.h')
| -rw-r--r-- | include/paths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index 5f7a6b4cd56e..ecba76cf8791 100644 --- a/include/paths.h +++ b/include/paths.h @@ -40,7 +40,7 @@ #define _PATH_DEFPATH "/usr/bin:/bin" /* All standard utilities path. */ #define _PATH_STDPATH \ - "/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin" + "/usr/bin:/bin:/usr/sbin:/sbin:" #define _PATH_BSHELL "/bin/sh" #define _PATH_CONSOLE "/dev/console" @@ -56,7 +56,7 @@ #define _PATH_SENDMAIL "/usr/sbin/sendmail" #define _PATH_SHELLS "/etc/shells" #define _PATH_TTY "/dev/tty" -#define _PATH_UNIX "/vmunix" +#define _PATH_UNIX "/kernel" #define _PATH_VI "/usr/bin/vi" /* Provide trailing slash, since mostly used for building pathnames. */ |
