]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/bash-4.0-paths-1.patch
correct wrong headline at hardwaregraphs.cgi
[ipfire-2.x.git] / src / patches / bash-4.0-paths-1.patch
1 --- bash-3.0/config-top.h.paths 2003-08-05 15:36:12.000000000 +0100
2 +++ bash-3.0/config-top.h 2004-07-28 09:36:27.117205637 +0100
3 @@ -66,7 +66,7 @@
4 the Posix.2 confstr () function, or CS_PATH define are not present. */
5 #ifndef STANDARD_UTILS_PATH
6 #define STANDARD_UTILS_PATH \
7 - "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
8 + "/bin:/usr/bin:/usr/sbin:/sbin"
9 #endif
10
11 /* Default primary and secondary prompt strings. */