From: Pino Toscano Date: Sun, 4 Nov 2012 09:11:39 +0000 (+0100) Subject: generic paths.h: remove old paths from _PATH_STDPATH X-Git-Tag: upstream/2.30~10019 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a20492cffc5fd4baf302f98abcbb68ab1f6981cc;p=external%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index 4433305..bfc5cce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 012-11-04 Pino Toscano + * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and + /usr/old/bin. + * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs instead of spaces. * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise. diff --git a/sysdeps/generic/paths.h b/sysdeps/generic/paths.h index 29b8691..893b4c2 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"