RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: bash                             Date:   09-May-2009 18:27:34
  Branch: HEAD                             Handle: 2009050916273400

  Modified files:
    bash                    config-top.h config.h.in

  Log:
    - jbj: apply bash-2.03-paths.patch.

  Summary:
    Revision    Changes     Path
    1.2         +2  -2      bash/config-top.h
    1.2         +1  -1      bash/config.h.in
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: bash/config-top.h
  ============================================================================
  $ cvs diff -u -r1.1.1.1 -r1.2 config-top.h
  --- bash/config-top.h 9 May 2009 14:31:01 -0000       1.1.1.1
  +++ bash/config-top.h 9 May 2009 16:27:34 -0000       1.2
  @@ -54,14 +54,14 @@
   /* The default value of the PATH variable. */
   #ifndef DEFAULT_PATH_VALUE
   #define DEFAULT_PATH_VALUE \
  -  "/usr/gnu/bin:/usr/local/bin:/bin:/usr/bin:."
  +  "/usr/local/bin:/bin:/usr/bin"
   #endif
   
   /* The value for PATH when invoking `command -p'.  This is only used when
      the Posix.2 confstr () function, or CS_PATH define are not present. */
   #ifndef STANDARD_UTILS_PATH
   #define STANDARD_UTILS_PATH \
  -  "/bin:/usr/bin:/sbin:/usr/sbin:/etc:/usr/etc"
  +  "/bin:/usr/bin:/usr/sbin:/sbin"
   #endif
   
   /* Default primary and secondary prompt strings. */
  @@ .
  patch -p0 <<'@@ .'
  Index: bash/config.h.in
  ============================================================================
  $ cvs diff -u -r1.1.1.1 -r1.2 config.h.in
  --- bash/config.h.in  9 May 2009 14:31:49 -0000       1.1.1.1
  +++ bash/config.h.in  9 May 2009 16:27:34 -0000       1.2
  @@ -216,7 +216,7 @@
   
   /* System paths */
   
  -#define DEFAULT_MAIL_DIRECTORY "/usr/spool/mail"
  +#define DEFAULT_MAIL_DIRECTORY "/var/spool/mail"
   
   /* Characteristics of the system's header files and libraries that affect
      the compilation environment. */
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to