=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/pathnames.h.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sudo/Attic/pathnames.h.in 1999/11/18 16:29:01 1.1 +++ src/usr.bin/sudo/Attic/pathnames.h.in 2002/01/03 03:49:16 1.2 @@ -1,6 +1,6 @@ /* - * Copyright (c) 1996, 1998, 1999 Todd C. Miller - * All rights reserved. + * Copyright (c) 1996, 1998, 1999, 2001 + * Todd C. Miller . All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -31,7 +31,7 @@ * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Sudo: pathnames.h.in,v 1.42 1999/08/06 09:37:00 millert Exp $ + * $Sudo: pathnames.h.in,v 1.45 2001/12/14 19:54:56 millert Exp $ */ /* @@ -50,6 +50,10 @@ #define _PATH_TTY "/dev/tty" #endif /* _PATH_TTY */ +#ifndef _PATH_DEFPATH +#define _PATH_DEFPATH "/usr/bin:/bin" +#endif /* _PATH_DEFPATH */ + /* * NOTE: _PATH_SUDOERS is usually overriden by the Makefile. */ @@ -86,9 +90,9 @@ #undef _PATH_SUDO_LOGFILE #endif /* _PATH_SUDO_LOGFILE */ -#ifndef _PATH_SENDMAIL -#undef _PATH_SENDMAIL -#endif /* _PATH_SENDMAIL */ +#ifndef _PATH_SUDO_SENDMAIL +#undef _PATH_SUDO_SENDMAIL +#endif /* _PATH_SUDO_SENDMAIL */ #ifndef _PATH_VI #undef _PATH_VI