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

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   30-Sep-2005 16:53:11
  Branch: OPENPKG_2_4_SOLID                Handle: 2005093015531100

  Modified files:           (Branch: OPENPKG_2_4_SOLID)
    openpkg-src/snmp        rc.snmp snmp.spec

  Log:
    MFC: logic changes to signalling the daemons

  Summary:
    Revision    Changes     Path
    1.14.4.1    +4  -3      openpkg-src/snmp/rc.snmp
    1.76.2.2    +1  -1      openpkg-src/snmp/snmp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/rc.snmp
  ============================================================================
  $ cvs diff -u -r1.14 -r1.14.4.1 rc.snmp
  --- openpkg-src/snmp/rc.snmp  30 Nov 2004 14:36:16 -0000      1.14
  +++ openpkg-src/snmp/rc.snmp  30 Sep 2005 14:53:11 -0000      1.14.4.1
  @@ -20,10 +20,11 @@
       snmp_signal () {
           [ -f $snmp_pidfile_snmptrapd ] \
               && kill -$1 `cat $snmp_pidfile_snmptrapd`
  -        local rc=$?
  +        local rc_snmptrapd=$?
           [ -f $snmp_pidfile_snmpd ] \
  -            && kill -$1 `cat $snmp_pidfile_snmpd` \
  -            && [ $rc -eq 0 ]
  +            && kill -$1 `cat $snmp_pidfile_snmpd`
  +        local rc_snmpd=$?
  +        [ $rc_snmptrapd -eq 0 -o $rc_snmpd -eq 0 ]
       }
   
   %status -u @l_susr@ -o
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/snmp.spec
  ============================================================================
  $ cvs diff -u -r1.76.2.1 -r1.76.2.2 snmp.spec
  --- openpkg-src/snmp/snmp.spec        15 Jun 2005 19:06:00 -0000      1.76.2.1
  +++ openpkg-src/snmp/snmp.spec        30 Sep 2005 14:53:11 -0000      1.76.2.2
  @@ -36,7 +36,7 @@
   Group:        Network
   License:      BSD
   Version:      5.2.1
  -Release:      2.4.0
  +Release:      2.4.1
   
   #   package options
   %option       with_fsl        yes
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     openpkg-cvs@openpkg.org

Reply via email to