mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
012-11-04 Pino Toscano <toscano.pino@tiscali.it>
|
012-11-04 Pino Toscano <toscano.pino@tiscali.it>
|
||||||
|
|
||||||
|
* sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
|
||||||
|
/usr/old/bin.
|
||||||
|
|
||||||
* sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
|
* sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
|
||||||
instead of spaces.
|
instead of spaces.
|
||||||
* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
|
* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||||
/* All standard utilities path. */
|
/* All standard utilities path. */
|
||||||
#define _PATH_STDPATH \
|
#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_BSHELL "/bin/sh"
|
||||||
#define _PATH_CONSOLE "/dev/console"
|
#define _PATH_CONSOLE "/dev/console"
|
||||||
|
Reference in New Issue
Block a user