OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 14-Oct-2003 16:03:12
Branch: HEAD Handle: 2003101415031100
Modified files:
openpkg-src/apache2 apache2.spec
Log:
Simplify logfile delete pattern
Summary:
Revision Changes Path
1.30 +1 -1 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.29 -r1.30 apache2.spec
--- openpkg-src/apache2/apache2.spec 14 Oct 2003 13:03:19 -0000 1.29
+++ openpkg-src/apache2/apache2.spec 14 Oct 2003 14:03:11 -0000 1.30
@@ -112,6 +112,6 @@
# before erase, stop service and remove log files
[ $1 -eq 0 ] || exit 0
%{l_rc} apache2 stop 2>/dev/null
- rm -f $RPM_INSTALL_PREFIX/var/apache2/log/*_log* >/dev/null 2>&1 || true
+ rm -f $RPM_INSTALL_PREFIX/var/apache2/log/* >/dev/null 2>&1 || true
exit 0
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]