[BACK]Return to paths.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/paths.h between version 1.3 and 1.4

version 1.3, 1996/08/19 03:24:04 version 1.4, 1996/11/02 05:35:24
Line 1 
Line 1 
   /*      $OpenBSD$       */
 /*      $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $    */  /*      $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $    */
   
 /*  /*
Line 41 
Line 42 
 /* Default search path. */  /* Default search path. */
 #define _PATH_DEFPATH   "/usr/bin:/bin"  #define _PATH_DEFPATH   "/usr/bin:/bin"
 /* All standard utilities path. */  /* All standard utilities path. */
 #define _PATH_STDPATH \  #define _PATH_STDPATH   "/usr/bin:/bin:/usr/sbin:/sbin"
         "/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin"  
   
 #define _PATH_BSHELL    "/bin/sh"  #define _PATH_BSHELL    "/bin/sh"
 #define _PATH_CONSOLE   "/dev/console"  #define _PATH_CONSOLE   "/dev/console"

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4