mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Also un-split _PATH_STDPATH for grepability.
While I'm here, fix other style bugs reported to me.
This commit is contained in:
parent
08581af2e9
commit
2fb69002ee
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187969
@ -42,10 +42,9 @@
|
||||
/* Default search path. */
|
||||
#define _PATH_DEFPATH "/usr/bin:/bin"
|
||||
/* All standard utilities path. */
|
||||
#define _PATH_STDPATH \
|
||||
"/usr/bin:/bin:/usr/sbin:/sbin:"
|
||||
/* Locate system binaries */
|
||||
#define _PATH_SYSPATH "/sbin:/usr/sbin"
|
||||
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin:"
|
||||
/* Locate system binaries. */
|
||||
#define _PATH_SYSPATH "/sbin:/usr/sbin"
|
||||
|
||||
#define _PATH_AUTHCONF "/etc/auth.conf"
|
||||
#define _PATH_BSHELL "/bin/sh"
|
||||
|
Loading…
Reference in New Issue
Block a user