diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2019-07-11 03:54:18 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2019-07-11 03:54:18 +0000 |
commit | 5f19db5fd72c4aadf4e6b23bcd1248d72b76f2b7 (patch) | |
tree | 60f4654582a9db801912830108b4d1f30a3dcefc | |
parent | 4c2925f6ff29145d9a3df6ff0cfab1a9f7e28dc3 (diff) |
add /usr/local/sbin. ok deraadt millert
-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 388358fc0ba..129d0c1bfbb 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $OpenBSD: paths.h,v 1.25 2014/03/13 15:24:41 tedu Exp $ */ +/* $OpenBSD: paths.h,v 1.26 2019/07/11 03:54:17 tedu Exp $ */ /* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */ /* @@ -36,9 +36,9 @@ #define _PATHS_H_ /* Default search path. */ -#define _PATH_DEFPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin" +#define _PATH_DEFPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin" /* All standard utilities path. */ -#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin" +#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin" #define _PATH_BSHELL "/bin/sh" #define _PATH_CONSOLE "/dev/console" |