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: 28-Jun-2003 16:39:39
Branch: HEAD Handle: 2003062815393800
Modified files:
openpkg-src/postfix rc.postfix
Log:
back-out recent change to restore 'reload' command and fix ownerships
Summary:
Revision Changes Path
1.14 +4 -3 openpkg-src/postfix/rc.postfix
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/rc.postfix
============================================================================
$ cvs diff -u -r1.13 -r1.14 rc.postfix
--- openpkg-src/postfix/rc.postfix 24 Jun 2003 13:28:00 -0000 1.13
+++ openpkg-src/postfix/rc.postfix 28 Jun 2003 14:39:38 -0000 1.14
@@ -53,7 +53,8 @@
# rotate logfile
shtool rotate -f \
-n${postfix_log_numfiles} -s${postfix_log_minsize} -d \
- -z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
- -P "${postfix_log_prolog}" \
- -E "${postfix_log_epilog}" \
+ -z${postfix_log_complevel} [EMAIL PROTECTED]@ [EMAIL PROTECTED]@ -m644 \
+ -P "$postfix_log_prolog" \
+ -E "@l_prefix@/sbin/postfix reload; $postfix_log_epilog" \
@l_prefix@/var/postfix/log/postfix.log
+
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]