add USL's copyright notice
[unix-history] / usr / src / include / paths.h
index 30651bb..35da488 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)paths.h     5.16 (Berkeley) %G%
+ *     @(#)paths.h     8.1 (Berkeley) %G%
  */
 
 #ifndef _PATHS_H_
  */
 
 #ifndef _PATHS_H_
@@ -12,6 +12,9 @@
 
 /* Default search path. */
 #define        _PATH_DEFPATH   "/usr/bin:/bin"
 
 /* Default search path. */
 #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"
 
 #define        _PATH_BSHELL    "/bin/sh"
 #define        _PATH_CONSOLE   "/dev/console"
 
 #define        _PATH_BSHELL    "/bin/sh"
 #define        _PATH_CONSOLE   "/dev/console"
@@ -25,6 +28,7 @@
 #define        _PATH_MEM       "/dev/mem"
 #define        _PATH_NOLOGIN   "/etc/nologin"
 #define        _PATH_SENDMAIL  "/usr/sbin/sendmail"
 #define        _PATH_MEM       "/dev/mem"
 #define        _PATH_NOLOGIN   "/etc/nologin"
 #define        _PATH_SENDMAIL  "/usr/sbin/sendmail"
+#define        _PATH_SHELLS    "/etc/shells"
 #define        _PATH_TTY       "/dev/tty"
 #define        _PATH_UNIX      "/vmunix"
 #define        _PATH_VI        "/usr/bin/vi"
 #define        _PATH_TTY       "/dev/tty"
 #define        _PATH_UNIX      "/vmunix"
 #define        _PATH_VI        "/usr/bin/vi"