Also un-split _PATH_STDPATH for grepability.

While I'm here, fix other style bugs reported to me.
This commit is contained in:
David E. O'Brien 2009-02-01 00:50:46 +00:00
parent 08581af2e9
commit 2fb69002ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187969

View file

@ -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"