=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/pathnames.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/sudo/Attic/pathnames.h 2008/11/14 11:58:08 1.5 --- src/usr.bin/sudo/Attic/pathnames.h 2009/04/11 11:48:06 1.6 *************** *** 19,25 **** * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * ! * $Sudo: pathnames.h.in,v 1.62 2008/03/02 14:31:56 millert Exp $ */ /* --- 19,25 ---- * Agency (DARPA) and Air Force Research Laboratory, Air Force * Materiel Command, USAF, under agreement number F39502-99-1-0512. * ! * $Sudo: pathnames.h.in,v 1.64 2009/03/10 20:44:05 millert Exp $ */ /* *************** *** 51,57 **** #endif /* _PATH_ENVIRONMENT */ /* ! * NOTE: _PATH_SUDOERS is usually overriden by the Makefile. */ #ifndef _PATH_SUDOERS #define _PATH_SUDOERS "/etc/sudoers" --- 51,57 ---- #endif /* _PATH_ENVIRONMENT */ /* ! * NOTE: _PATH_SUDOERS is usually overridden by the Makefile. */ #ifndef _PATH_SUDOERS #define _PATH_SUDOERS "/etc/sudoers" *************** *** 128,130 **** --- 128,134 ---- #ifndef _PATH_NSSWITCH_CONF #define _PATH_NSSWITCH_CONF "/etc/nsswitch.conf" #endif /* _PATH_NSSWITCH_CONF */ + + #ifndef _PATH_NETSVC_CONF + /* #undef _PATH_NETSVC_CONF */ + #endif /* _PATH_NETSVC_CONF */