From a20492cffc5fd4baf302f98abcbb68ab1f6981cc Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 4 Nov 2012 10:11:39 +0100 Subject: generic paths.h: remove old paths from _PATH_STDPATH Remove /usr/contrib/bin and /usr/old/bin from _PATH_STDPATH, since they seem to be part only of old BSDs, Solaris and HP-UX. --- sysdeps/generic/paths.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/generic') diff --git a/sysdeps/generic/paths.h b/sysdeps/generic/paths.h index 29b8691bcc..893b4c2286 100644 --- a/sysdeps/generic/paths.h +++ b/sysdeps/generic/paths.h @@ -36,7 +36,7 @@ #define _PATH_DEFPATH "/usr/bin:/bin" /* All standard utilities path. */ #define _PATH_STDPATH \ - "/usr/bin:/bin:/usr/sbin:/sbin:/usr/contrib/bin:/usr/old/bin" + "/usr/bin:/bin:/usr/sbin:/sbin" #define _PATH_BSHELL "/bin/sh" #define _PATH_CONSOLE "/dev/console" -- cgit 1.4.1