bash-2.03-paths.patch 430 B

1234567891011
  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. /* Default primary and secondary prompt strings. */