Blame SOURCES/bash-2.03-paths.patch

b92f7d
--- bash-3.0/config-top.h.paths	2003-08-05 15:36:12.000000000 +0100
b92f7d
+++ bash-3.0/config-top.h	2004-07-28 09:36:27.117205637 +0100
b92f7d
@@ -66,7 +66,7 @@
b92f7d
    the Posix.2 confstr () function, or CS_PATH define are not present. */
b92f7d
 #ifndef STANDARD_UTILS_PATH
b92f7d
 #define STANDARD_UTILS_PATH \
b92f7d
-  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
b92f7d
+  "/bin:/usr/bin:/usr/sbin:/sbin"
b92f7d
 #endif
b92f7d
 
b92f7d
 /* Default primary and secondary prompt strings. */