From 45f7f5f50ef8d09ceee19f64b128a0a8e321ad27 Mon Sep 17 00:00:00 2001 From: Michael Schloh von Bennewitz Date: Thu, 18 Sep 2003 16:27:47 +0000 Subject: [PATCH] Rotated file mode just needs to be given once in %daily section --- postfix/postfix.spec | 2 +- postfix/rc.postfix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/postfix.spec b/postfix/postfix.spec index 66c1aec1db..06597b8208 100644 --- a/postfix/postfix.spec +++ b/postfix/postfix.spec @@ -39,7 +39,7 @@ Distribution: OpenPKG [BASE] Group: Mail License: IPL Version: %{V_postfix} -Release: 20030914 +Release: 20030918 # package options %option with_fsl yes diff --git a/postfix/rc.postfix b/postfix/rc.postfix index f13cbe0b69..e15f60765e 100644 --- a/postfix/rc.postfix +++ b/postfix/rc.postfix @@ -67,7 +67,7 @@ # rotate logfile shtool rotate -f \ -n ${postfix_log_numfiles} -s ${postfix_log_minsize} -d \ - -z ${postfix_log_complevel} -m 644 -o @l_musr@ -g @l_mgrp@ -m 644 \ + -z ${postfix_log_complevel} -m 644 -o @l_musr@ -g @l_mgrp@ \ -P "$postfix_log_prolog" \ -E "$postfix_log_epilog && rc postfix reload" \ @l_prefix@/var/postfix/log/postfix.log