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

  Server: cvs.openpkg.org                  Name:   Michael Schloh
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src openpkg-web          Date:   18-Sep-2003 12:54:10
  Branch: HEAD                             Handle: 2003091811540802

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

  Log:
    Make script style uniform

  Summary:
    Revision    Changes     Path
    1.41        +5  -6      openpkg-src/cvsd/cvsd.spec
    1.6610      +1  -0      openpkg-web/news.txt
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/cvsd/cvsd.spec
  ============================================================================
  $ cvs diff -u -r1.40 -r1.41 cvsd.spec
  --- openpkg-src/cvsd/cvsd.spec        28 Aug 2003 16:03:13 -0000      1.40
  +++ openpkg-src/cvsd/cvsd.spec        18 Sep 2003 10:54:10 -0000      1.41
  @@ -33,7 +33,7 @@
   Group:        SCM
   License:      GPL
   Version:      0.9.20
  -Release:      20030828
  +Release:      20030918
   
   #   package options
   %option       with_fsl  yes
  @@ -136,11 +136,10 @@
       exit 0
   
   %post
  -    if [ $1 -eq 2 ]; then
  -        #   after upgrade, restore status
  -        eval `cat %{l_tmpfile}`; rm -f %{l_tmpfile}
  -        [ ".$cvsd_active" = .yes ] && %{l_rc} cvsd start
  -    fi
  +    [ $1 -eq 2 ] || exit 0
  +    #   after upgrade, restore status
  +    eval `cat %{l_tmpfile}`; rm -f %{l_tmpfile}
  +    [ ".$cvsd_active" = .yes ] && %{l_rc} cvsd start
       exit 0
   
   %preun
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-web/news.txt
  ============================================================================
  $ cvs diff -u -r1.6609 -r1.6610 news.txt
  --- openpkg-web/news.txt      17 Sep 2003 20:45:38 -0000      1.6609
  +++ openpkg-web/news.txt      18 Sep 2003 10:54:08 -0000      1.6610
  @@ -1,3 +1,4 @@
  +18-Sep-2003: Upgraded package: P<cvsd-0.9.20-20030918>
   17-Sep-2003: Upgraded package: P<spread-3.17.1-20030917>
   17-Sep-2003: Upgraded package: P<gcc34-3.4s20030917-20030917>
   17-Sep-2003: Upgraded package: P<mcrypt-2.6.4-20030917>
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to