Blame SOURCES/bash-2.03-paths.patch

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