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 openpkg-web Date: 25-Sep-2003 14:33:11
Branch: OPENPKG_1_3_SOLID HEAD Handle: 2003092513330901
Modified files:
openpkg-web news.txt
Modified files: (Branch: OPENPKG_1_3_SOLID)
openpkg-src/postfix postfix.spec rc.postfix
Log:
MFC: some bugfixes
Summary:
Revision Changes Path
1.109.2.3.2.2+2 -2 openpkg-src/postfix/postfix.spec
1.11.2.1.2.1+1 -1 openpkg-src/postfix/rc.postfix
1.6730 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.109.2.3.2.1 -r1.109.2.3.2.2 postfix.spec
--- openpkg-src/postfix/postfix.spec 29 Jul 2003 15:01:03 -0000 1.109.2.3.2.1
+++ openpkg-src/postfix/postfix.spec 25 Sep 2003 12:33:10 -0000 1.109.2.3.2.2
@@ -39,7 +39,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 1.3.0
+Release: 1.3.1
# package options
%option with_fsl yes
@@ -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; } >/dev/null 2>&1
+ eval `cat %{l_tmpfile}`; rm -f %{l_tmpfile} >/dev/null 2>&1 || true
[ ".$postfix_active" = .yes ] && %{l_rc} postfix start
fi
exit 0
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/rc.postfix
============================================================================
$ cvs diff -u -r1.11.2.1 -r1.11.2.1.2.1 rc.postfix
--- openpkg-src/postfix/rc.postfix 24 Jul 2003 20:45:04 -0000 1.11.2.1
+++ openpkg-src/postfix/rc.postfix 25 Sep 2003 12:33:10 -0000 1.11.2.1.2.1
@@ -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
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6729 -r1.6730 news.txt
--- openpkg-web/news.txt 25 Sep 2003 12:28:57 -0000 1.6729
+++ openpkg-web/news.txt 25 Sep 2003 12:33:09 -0000 1.6730
@@ -1,3 +1,4 @@
+25-Sep-2003: Upgraded package: P<postfix-2.0.13-1.3.1>
25-Sep-2003: Upgraded package: P<x11-1.3.1-1.3.1>
25-Sep-2003: Upgraded package: P<pam-1.3.1-1.3.1>
25-Sep-2003: Upgraded package: P<openpkg-1.3.1-1.3.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]