diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 16:44:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-10-04 16:44:02 +0000 |
commit | ae7eff60c9c7894481e9c17fcfba30cbeb6b32f5 (patch) | |
tree | f10c424de69f91370bd43efd95cd3486e047b823 /bin/ksh/config.h | |
parent | 7d2a06b5a54afdddc45f169a5941e559a50fe311 (diff) |
put sbin:/usr/sbin in default path
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r-- | bin/ksh/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 218f526aaae..55fa799e8ee 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.4 1999/01/08 20:24:58 millert Exp $ */ +/* $OpenBSD: config.h,v 1.5 1999/10/04 16:44:00 deraadt Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -193,7 +193,7 @@ #define HAVE_DEV_FD 1 /* Default PATH (see comments in configure.in for more details) */ -#define DEFAULT_PATH "/bin:/usr/bin:/usr/ucb" +#define DEFAULT_PATH "/bin:/usr/bin:/sbin:/usr/sbin" /* Define if your C library's getwd/getcwd function dumps core in unreadable * directories. */ |