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:   01-Apr-2004 11:48:51
  Branch: OPENPKG_2_0_SOLID                Handle: 2004040110485100

  Modified files:           (Branch: OPENPKG_2_0_SOLID)
    openpkg-src/zebra       rc.zebra zebra.spec

  Log:
    MFC: fix zebra_active status variable

  Summary:
    Revision    Changes     Path
    1.15.2.1    +1  -1      openpkg-src/zebra/rc.zebra
    1.49.2.2    +1  -1      openpkg-src/zebra/zebra.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/zebra/rc.zebra
  ============================================================================
  $ cvs diff -u -r1.15 -r1.15.2.1 rc.zebra
  --- openpkg-src/zebra/rc.zebra        25 Jul 2003 09:23:36 -0000      1.15
  +++ openpkg-src/zebra/rc.zebra        1 Apr 2004 09:48:51 -0000       1.15.2.1
  @@ -28,7 +28,7 @@
       zebra_usable="unknown"
       zebra_active="no"
       if [ -f @l_prefix@/var/zebra/zebra.pid ]; then
  -        kill -0 `cat @l_prefix@/var/zebra/zebra.pid` >/dev/null 2>&1 || true
  +        kill -0 `cat @l_prefix@/var/zebra/zebra.pid` >/dev/null 2>&1
           if [ $? -eq 0 ]; then
               zebra_active="yes"
           fi
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/zebra/zebra.spec
  ============================================================================
  $ cvs diff -u -r1.49.2.1 -r1.49.2.2 zebra.spec
  --- openpkg-src/zebra/zebra.spec      18 Feb 2004 14:52:33 -0000      1.49.2.1
  +++ openpkg-src/zebra/zebra.spec      1 Apr 2004 09:48:51 -0000       1.49.2.2
  @@ -34,7 +34,7 @@
   Group:        Network
   License:      GPL
   Version:      0.94
  -Release:      2.0.0
  +Release:      2.0.1
   
   #   list of sources
   Source0:      ftp://ftp.zebra.org/pub/zebra/zebra-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to