summaryrefslogtreecommitdiffstats
path: root/include/paths.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2009-02-01 00:50:46 +0000
committerobrien <obrien@FreeBSD.org>2009-02-01 00:50:46 +0000
commit6e8acdecbedf9f7a7cabde60d53d872fe4f3579b (patch)
treef92f4cf0e5ace4c6a68f5486510ffcc74cd0d66f /include/paths.h
parent933329373532bf36936dee53993272f3c8d3a26a (diff)
downloadFreeBSD-src-6e8acdecbedf9f7a7cabde60d53d872fe4f3579b.zip
FreeBSD-src-6e8acdecbedf9f7a7cabde60d53d872fe4f3579b.tar.gz
Also un-split _PATH_STDPATH for grepability.
While I'm here, fix other style bugs reported to me.
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/include/paths.h b/include/paths.h
index 2d85f2d..a8a68a0 100644
--- a/include/paths.h
+++ b/include/paths.h
@@ -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"
OpenPOWER on IntegriCloud