From 6b4056e7639a77e731248b3a2fd745bc9e35190a Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Mon, 4 Oct 1999 16:44:01 +0000 Subject: [PATCH] put sbin:/usr/sbin in default path --- src/include/paths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/paths.h b/src/include/paths.h index ad5fe5f6..a390412f 100644 --- a/src/include/paths.h +++ b/src/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"