This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] generic paths.h: remove old paths from _PATH_STDPATH


Hi,

the attached patch removes old/obsoletes paths from _PATH_STDPATH in the 
generic paths.h, since those belong to (really) old BSDs, Solaris, and 
HP-UX.

Thanks,
-- 
Pino Toscano
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.

2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>

	* sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
	/usr/old/bin.
--- 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"

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]