Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Pino Toscano committed Nov 4, 2012
1 parent 72e182e commit a20492c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
@@ -1,5 +1,8 @@
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
instead of spaces.
* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/generic/paths.h
Expand Up @@ -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"
Expand Down

0 comments on commit a20492c

Please sign in to comment.