We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed6794e commit 0869ed7Copy full SHA for 0869ed7
1 file changed
include/paths.h
@@ -36,8 +36,11 @@
36
37
#include <sys/cdefs.h>
38
39
+#define _PATH_LOCALBASE "/usr/local"
40
+
41
/* Default search path. */
-#define _PATH_DEFPATH "/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
42
+#define _PATH_DEFPATH "/sbin:/bin:/usr/sbin:/usr/bin:" \
43
+ _PATH_LOCALBASE "/sbin:" _PATH_LOCALBASE "/bin"
44
/* All standard utilities path. */
45
#define _PATH_STDPATH "/usr/bin:/bin:/usr/sbin:/sbin"
46
/* Locate system binaries. */
0 commit comments