summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-04 16:44:02 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-10-04 16:44:02 +0000
commitae7eff60c9c7894481e9c17fcfba30cbeb6b32f5 (patch)
treef10c424de69f91370bd43efd95cd3486e047b823 /include
parent7d2a06b5a54afdddc45f169a5941e559a50fe311 (diff)
put sbin:/usr/sbin in default path
Diffstat (limited to 'include')
-rw-r--r--include/paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h
index ad5fe5f6efe..a390412fefa 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: paths.h,v 1.15 1999/02/03 04:34:06 angelos Exp $ */
+/* $OpenBSD: paths.h,v 1.16 1999/10/04 16:44:01 deraadt Exp $ */
/* $NetBSD: paths.h,v 1.7 1994/10/26 00:56:12 cgd Exp $ */
/*
@@ -40,7 +40,7 @@
#define _PATHS_H_
/* Default search path. */
-#define _PATH_DEFPATH "/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin"
+#define _PATH_DEFPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin"
/* All standard utilities path. */
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin"