about summary refs log tree commit diff
path: root/sysdeps/generic
diff options
context:
space:
mode:
authorPino Toscano <toscano.pino@tiscali.it>2012-11-04 10:11:39 +0100
committerPino Toscano <toscano.pino@tiscali.it>2012-11-04 10:11:39 +0100
commita20492cffc5fd4baf302f98abcbb68ab1f6981cc (patch)
tree02379a4edcb3fd4c04228f88a3ffa4664c0daef2 /sysdeps/generic
parent72e182e38d6f1dff4f382d6cc7eea74936acbdee (diff)
downloadglibc-a20492cffc5fd4baf302f98abcbb68ab1f6981cc.tar.gz
glibc-a20492cffc5fd4baf302f98abcbb68ab1f6981cc.tar.xz
glibc-a20492cffc5fd4baf302f98abcbb68ab1f6981cc.zip
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.
Diffstat (limited to 'sysdeps/generic')
-rw-r--r--sysdeps/generic/paths.h2
1 files changed, 1 insertions, 1 deletions
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"