OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 15-Apr-2005 10:20:03
Branch: HEAD Handle: 2005041509200300
Modified files:
openpkg-src/postfix postfix.spec
Log:
on removal, purge postfix.sum* as well
Summary:
Revision Changes Path
1.223 +2 -1 openpkg-src/postfix/postfix.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.222 -r1.223 postfix.spec
--- openpkg-src/postfix/postfix.spec 1 Apr 2005 18:14:07 -0000 1.222
+++ openpkg-src/postfix/postfix.spec 15 Apr 2005 08:20:03 -0000 1.223
@@ -42,7 +42,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20050401
+Release: 20050415
# package options
%option with_fsl yes
@@ -410,6 +410,7 @@
[ $1 -eq 0 ] || exit 0
%{l_rc} postfix stop 2>/dev/null
rm -f $RPM_INSTALL_PREFIX/var/postfix/log/postfix.log* >/dev/null 2>&1
|| true
+ rm -f $RPM_INSTALL_PREFIX/var/postfix/log/postfix.sum* >/dev/null 2>&1
|| true
# remove generated configuration files
( cd $RPM_INSTALL_PREFIX/etc/postfix && %{l_make} clean >/dev/null 2>&1;
true ) || true
# remove generated run-time files and directories
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]