diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-31 00:55:49 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-03-31 00:55:49 +0000 |
commit | a0bd87e924d990f8fa8cd53003c2ebf578a8afed (patch) | |
tree | 5b09522f1547697a8b58224640102aa993ec3356 /include | |
parent | 5ef0dd40a8ef306d2fa808937c14c2adfab66e38 (diff) |
add X11 and local bins to std paths
Diffstat (limited to 'include')
-rw-r--r-- | include/paths.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/paths.h b/include/paths.h index a63c9c5c073..767d076f0cf 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.10 1997/11/09 00:29:02 bri Exp $ */ +/* $OpenBSD: paths.h,v 1.11 1998/03/31 00:55:48 deraadt Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -40,9 +40,9 @@ #define _PATHS_H_ /* Default search path. */ -#define _PATH_DEFPATH "/usr/bin:/bin" +#define _PATH_DEFPATH "/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin" /* All standard utilities path. */ -#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin" +#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin" #define _PATH_BSHELL "/bin/sh" #define _PATH_CONSOLE "/dev/console" |