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:   11-Aug-2003 10:09:41
  Branch: HEAD                             Handle: 2003081109094100

  Modified files:
    openpkg-src/postfix     postfix.spec

  Log:
    simplify command into finally accepted and portable form

  Summary:
    Revision    Changes     Path
    1.166       +1  -1      openpkg-src/postfix/postfix.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/postfix/postfix.spec
  ============================================================================
  $ cvs diff -u -r1.165 -r1.166 postfix.spec
  --- openpkg-src/postfix/postfix.spec  11 Aug 2003 07:29:13 -0000      1.165
  +++ openpkg-src/postfix/postfix.spec  11 Aug 2003 08:09:41 -0000      1.166
  @@ -326,7 +326,7 @@
           #   after upgrade, regenerate configuration
           ( cd $RPM_INSTALL_PREFIX/etc/postfix && %{l_make} clean all; true ) 
>/dev/null 2>&1
           #   after upgrade, restore status
  -        { eval `cat %{l_tmpfile}`; rm -f %{l_tmpfile}; true; }
  +        eval `cat %{l_tmpfile}`; rm -f %{l_tmpfile} >/dev/null 2>&1 || true
           [ ".$postfix_active" = .yes ] && %{l_rc} postfix start
       fi
       exit 0
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to