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:   29-Mar-2004 13:28:07
  Branch: HEAD                             Handle: 2004032912280700

  Modified files:
    openpkg-src/zebra       rc.zebra zebra.spec

  Log:
    fix status determination

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

  patch -p0 <<'@@ .'
  Index: openpkg-src/zebra/rc.zebra
  ============================================================================
  $ cvs diff -u -r1.15 -r1.16 rc.zebra
  --- openpkg-src/zebra/rc.zebra        25 Jul 2003 09:23:36 -0000      1.15
  +++ openpkg-src/zebra/rc.zebra        29 Mar 2004 11:28:07 -0000      1.16
  @@ -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 -r1.50 zebra.spec
  --- openpkg-src/zebra/zebra.spec      7 Feb 2004 18:00:45 -0000       1.49
  +++ openpkg-src/zebra/zebra.spec      29 Mar 2004 11:28:07 -0000      1.50
  @@ -34,7 +34,7 @@
   Group:        Network
   License:      GPL
   Version:      0.94
  -Release:      20040207
  +Release:      20040329
   
   #   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