[BACK]Return to pathnames.h.in CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/pathnames.h.in between version 1.6 and 1.7

version 1.6, 2008/07/31 16:44:03 version 1.7, 2008/11/14 11:58:08
Line 18 
Line 18 
  * Agency (DARPA) and Air Force Research Laboratory, Air Force   * Agency (DARPA) and Air Force Research Laboratory, Air Force
  * Materiel Command, USAF, under agreement number F39502-99-1-0512.   * Materiel Command, USAF, under agreement number F39502-99-1-0512.
  *   *
  * $Sudo: pathnames.h.in,v 1.51.2.4 2008/02/09 14:44:48 millert Exp $   * $Sudo: pathnames.h.in,v 1.63 2008/11/10 13:07:38 millert Exp $
  */   */
   
 /*  /*
Line 45 
Line 45 
 #define _PATH_DEFPATH           "/usr/bin:/bin"  #define _PATH_DEFPATH           "/usr/bin:/bin"
 #endif /* _PATH_DEFPATH */  #endif /* _PATH_DEFPATH */
   
   #ifndef _PATH_ENVIRONMENT
   #define _PATH_ENVIRONMENT       "/etc/environment"
   #endif /* _PATH_ENVIRONMENT */
   
 /*  /*
  * NOTE: _PATH_SUDOERS is usually overriden by the Makefile.   * NOTE: _PATH_SUDOERS is usually overridden by the Makefile.
  */   */
 #ifndef _PATH_SUDOERS  #ifndef _PATH_SUDOERS
 #define _PATH_SUDOERS           "/etc/sudoers"  #define _PATH_SUDOERS           "/etc/sudoers"
 #endif /* _PATH_SUDOERS */  #endif /* _PATH_SUDOERS */
   
 /*  /*
  * NOTE:  _PATH_SUDOERS_TMP is usually overriden by the Makefile.  
  *        _PATH_SUDOERS_TMP *MUST* be on the same partition  
  *        as _PATH_SUDOERS!  
  */  
 #ifndef _PATH_SUDOERS_TMP  
 #define _PATH_SUDOERS_TMP       "/etc/sudoers.tmp"  
 #endif /* _PATH_SUDOERS_TMP */  
   
 /*  
  * The following paths are controlled via the configure script.   * The following paths are controlled via the configure script.
  */   */
   
Line 89 
Line 84 
 #undef _PATH_SUDO_NOEXEC  #undef _PATH_SUDO_NOEXEC
 #endif /* _PATH_SUDO_NOEXEC */  #endif /* _PATH_SUDO_NOEXEC */
   
   #ifndef _PATH_SUDO_ASKPASS
   #undef _PATH_SUDO_ASKPASS
   #endif /* _PATH_SUDO_ASKPASS */
   
 #ifndef _PATH_VI  #ifndef _PATH_VI
 #undef _PATH_VI  #undef _PATH_VI
 #endif /* _PATH_VI */  #endif /* _PATH_VI */
Line 101 
Line 100 
 #undef _PATH_BSHELL  #undef _PATH_BSHELL
 #endif /* _PATH_BSHELL */  #endif /* _PATH_BSHELL */
   
 #ifndef _PATH_SUDO_SESH  
 #undef  _PATH_SUDO_SESH  
 #endif /* _PATH_SUDO_SESH */  
   
 #ifndef _PATH_TMP  #ifndef _PATH_TMP
 #define _PATH_TMP       "/tmp/"  #define _PATH_TMP       "/tmp/"
 #endif /* _PATH_TMP */  #endif /* _PATH_TMP */
Line 117 
Line 112 
 #define _PATH_USRTMP    "/usr/tmp/"  #define _PATH_USRTMP    "/usr/tmp/"
 #endif /* _PATH_USRTMP */  #endif /* _PATH_USRTMP */
   
   #ifndef _PATH_SUDO_SESH
   #undef _PATH_SUDO_SESH
   #endif /* _PATH_SUDO_SESH */
   
 #ifndef _PATH_LDAP_CONF  #ifndef _PATH_LDAP_CONF
 #define _PATH_LDAP_CONF "/etc/ldap.conf"  #undef  _PATH_LDAP_CONF
 #endif /* _PATH_LDAP_CONF */  #endif /* _PATH_LDAP_CONF */
   
 #ifndef _PATH_LDAP_SECRET  #ifndef _PATH_LDAP_SECRET
 #define _PATH_LDAP_SECRET       "/etc/ldap.secret"  #undef  _PATH_LDAP_SECRET
 #endif /* _PATH_LDAP_SECRET */  #endif /* _PATH_LDAP_SECRET */
   
   #ifndef _PATH_NSSWITCH_CONF
   #undef  _PATH_NSSWITCH_CONF
   #endif /* _PATH_NSSWITCH_CONF */

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7