Blame SOURCES/bash-2.03-paths.patch

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