From 32e41f472f3d7d25cf78792188f8fb571c228107 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Tue, 31 Mar 1998 00:55:48 +0000 Subject: [PATCH] add X11 and local bins to std paths --- src/include/paths.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/paths.h b/src/include/paths.h index a63c9c5c..767d076f 100644 --- a/src/include/paths.h +++ b/src/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"