OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   25-Jul-2003 16:42:45
  Branch: HEAD                             Handle: 2003072515424500

  Modified files:
    openpkg-src/bash        bash.patch

  Log:
    add one more patch which fixes another segfault

  Summary:
    Revision    Changes     Path
    1.2         +17 -0      openpkg-src/bash/bash.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/bash/bash.patch
  ============================================================================
  $ cvs diff -u -r1.1 -r1.2 bash.patch
  --- openpkg-src/bash/bash.patch       25 Jul 2003 14:27:21 -0000      1.1
  +++ openpkg-src/bash/bash.patch       25 Jul 2003 14:42:45 -0000      1.2
  @@ -131,3 +131,20 @@
      _rl_keymap = xkeymap;
    }
   
  +-----------------------------------------------------------------------------
  +
  +This patch makes sure Bash does not segfault on a particular error.
  +It is derived from RedHat Linux.
  +
  +--- builtins/common.c.warnings       2003-03-25 17:48:02.000000000 +0000
  ++++ builtins/common.c        2003-03-25 17:49:03.000000000 +0000
  +@@ -244,7 +244,7 @@
  +      char *s;
  + {
  +   if (s)
  +-    builtin_error ("%s: no job control");
  ++    builtin_error ("%s: no job control", s);
  +   else
  +     builtin_error ("no job control");
  + }
  +
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to