diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-26 17:09:26 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2009-01-26 17:09:26 +0000 |
| commit | 927c7d400485f0fe96153bfc2a798cf21145ef37 (patch) | |
| tree | b1c2e0d66bcaee5725d2d03f3327d6c2a2499239 /include/paths.h | |
| parent | 1597a611c506ed60a1dc8faa4e4972e9728e9df3 (diff) | |
Notes
Diffstat (limited to 'include/paths.h')
| -rw-r--r-- | include/paths.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/paths.h b/include/paths.h index 69990a6f7929..2d85f2d9eeaf 100644 --- a/include/paths.h +++ b/include/paths.h @@ -45,8 +45,7 @@ #define _PATH_STDPATH \ "/usr/bin:/bin:/usr/sbin:/sbin:" /* Locate system binaries */ -#define _PATH_SYSPATH \ - "/sbin:/usr/sbin" +#define _PATH_SYSPATH "/sbin:/usr/sbin" #define _PATH_AUTHCONF "/etc/auth.conf" #define _PATH_BSHELL "/bin/sh" |
