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-May-2004 20:15:13
  Branch: OPENPKG_2_0_SOLID                Handle: 2004050119151100

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

  Log:
    MFC: fix pidfile writing

  Summary:
    Revision    Changes     Path
    1.13.2.1    +1  -1      openpkg-src/uucp/rc.uucp
    1.46.2.2    +1  -1      openpkg-src/uucp/uucp.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/uucp/rc.uucp
  ============================================================================
  $ cvs diff -u -r1.13 -r1.13.2.1 rc.uucp
  --- openpkg-src/uucp/rc.uucp  25 Jul 2003 20:03:19 -0000      1.13
  +++ openpkg-src/uucp/rc.uucp  1 May 2004 18:15:11 -0000       1.13.2.1
  @@ -23,7 +23,7 @@
           ( @l_prefix@/sbin/uucpd ${uucp_bind}${uucp_bind:+:}${uucp_port:-uucp} \
             @l_prefix@/sbin/uucico ${uucp_flags} \
             </dev/null >/dev/null 2>&1 &
  -          echo "$!" >$uucp_pidfile
  +          echo $! >$uucp_pidfile
           ) </dev/null >/dev/null 2>&1
       }
   
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/uucp/uucp.spec
  ============================================================================
  $ cvs diff -u -r1.46.2.1 -r1.46.2.2 uucp.spec
  --- openpkg-src/uucp/uucp.spec        18 Feb 2004 14:52:13 -0000      1.46.2.1
  +++ openpkg-src/uucp/uucp.spec        1 May 2004 18:15:11 -0000       1.46.2.2
  @@ -34,7 +34,7 @@
   Group:        Communication
   License:      GPL
   Version:      1.07
  -Release:      2.0.0
  +Release:      2.0.1
   
   #   list of sources
   Source0:      ftp://ftp.gnu.org/gnu/uucp/uucp-%{version}.tar.gz
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to