Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/include/paths.h,v rcsdiff: /ftp/cvs/cvsroot/src/include/paths.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- src/include/paths.h 1993/08/01 18:44:42 1.4 +++ src/include/paths.h 1994/05/07 03:55:55 1.5 @@ -1,6 +1,6 @@ /* - * 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. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -30,8 +30,8 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * from: @(#)paths.h 5.15 (Berkeley) 5/29/91 - * $Id: paths.h,v 1.4 1993/08/01 18:44:42 mycroft Exp $ + * from: @(#)paths.h 8.1 (Berkeley) 6/2/93 + * $Id: paths.h,v 1.5 1994/05/07 03:55:55 cgd Exp $ */ #ifndef _PATHS_H_ @@ -39,6 +39,9 @@ /* 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" @@ -52,6 +55,7 @@ #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 "/netbsd" #define _PATH_VI "/usr/bin/vi" @@ -59,6 +63,7 @@ /* Provide trailing slash, since mostly used for building pathnames. */ #define _PATH_DEV "/dev/" #define _PATH_TMP "/tmp/" +#define _PATH_VARDB "/var/db/" #define _PATH_VARRUN "/var/run/" #define _PATH_VARTMP "/var/tmp/"