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

  Server: cvs.openpkg.org                  Name:   Michael van Elst
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   26-Aug-2003 11:53:54
  Branch: HEAD                             Handle: 2003082610535202

  Modified files:
    openpkg-src/snmp        snmp.patch snmp.spec
    openpkg-web             news.txt

  Log:
    fix handling of errors by callers of get_exec_pipes

  Summary:
    Revision    Changes     Path
    1.4         +12 -0      openpkg-src/snmp/snmp.patch
    1.56        +1  -1      openpkg-src/snmp/snmp.spec
    1.6292      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/snmp.patch
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 snmp.patch
  --- openpkg-src/snmp/snmp.patch       19 Aug 2003 09:30:12 -0000      1.3
  +++ openpkg-src/snmp/snmp.patch       26 Aug 2003 09:53:54 -0000      1.4
  @@ -72,3 +72,15 @@
    #include <net-snmp/net-snmp-config.h>
    
    #ifdef solaris2
  +--- agent/mibgroup/util_funcs.c.dist 2003-08-26 11:37:52.000000000 +0200
  ++++ agent/mibgroup/util_funcs.c      2003-08-26 11:39:00.000000000 +0200
  +@@ -372,6 +372,9 @@
  +     int             fd[2][2], i, cnt;
  +     char            ctmp[STRMAX], *cptr1, *cptr2, argvs[STRMAX], **argv,
  +         **aptr;
  ++
  ++    *pid = -1;  /* open_persist_pipe ignores return code but checks *pid */
  ++
  +     /*
  +      * Setup our pipes 
  +      */
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/snmp/snmp.spec
  ============================================================================
  $ cvs diff -u -r1.55 -r1.56 snmp.spec
  --- openpkg-src/snmp/snmp.spec        19 Aug 2003 09:30:12 -0000      1.55
  +++ openpkg-src/snmp/snmp.spec        26 Aug 2003 09:53:54 -0000      1.56
  @@ -33,7 +33,7 @@
   Group:        Network
   License:      BSD
   Version:      5.0.8
  -Release:      20030819
  +Release:      20030826
   
   #   package options
   %option       with_fsl      yes
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6291 -r1.6292 news.txt
  --- openpkg-web/news.txt      26 Aug 2003 09:53:46 -0000      1.6291
  +++ openpkg-web/news.txt      26 Aug 2003 09:53:52 -0000      1.6292
  @@ -1,3 +1,4 @@
  +26-Aug-2003: Upgraded package: P<snmp-5.0.8-20030826>
   26-Aug-2003: Upgraded package: P<pgadmin-0.8.0.20030826-20030826>
   26-Aug-2003: Upgraded package: P<perl-util-20030826-20030826>
   26-Aug-2003: Upgraded package: P<perl-dbi-20030826-20030826>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to