OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 17-Oct-2003 23:41:35
Branch: HEAD Handle: 2003101722413302
Modified files:
openpkg-src/postfix fsl.postfix postfix.spec rc.postfix
openpkg-web news.txt
Log:
introduce fsl monitor feature; ticket #268
Summary:
Revision Changes Path
1.6 +1 -1 openpkg-src/postfix/fsl.postfix
1.178 +3 -3 openpkg-src/postfix/postfix.spec
1.24 +1 -1 openpkg-src/postfix/rc.postfix
1.7043 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/fsl.postfix
============================================================================
$ cvs diff -u -r1.5 -r1.6 fsl.postfix
--- openpkg-src/postfix/fsl.postfix 14 Jul 2003 18:32:40 -0000 1.5
+++ openpkg-src/postfix/fsl.postfix 17 Oct 2003 21:41:35 -0000 1.6
@@ -9,7 +9,7 @@
-> {
debug: file(
path="@l_prefix@/var/postfix/log/postfix.log",
- perm=0644
+ perm=0644, monitor=3600
)
}
};
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.177 -r1.178 postfix.spec
--- openpkg-src/postfix/postfix.spec 23 Sep 2003 18:16:17 -0000 1.177
+++ openpkg-src/postfix/postfix.spec 17 Oct 2003 21:41:35 -0000 1.178
@@ -39,7 +39,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20030923
+Release: 20031017
# package options
%option with_fsl yes
@@ -70,8 +70,8 @@
BuildPreReq: pcre, db
PreReq: pcre, db
%if "%{with_fsl}" == "yes"
-BuildPreReq: fsl >= 1.2.0
-PreReq: fsl >= 1.2.0
+BuildPreReq: fsl >= 1.3.0
+PreReq: fsl >= 1.3.0
%endif
%if "%{with_tls}" == "yes"
BuildPreReq: openssl
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/rc.postfix
============================================================================
$ cvs diff -u -r1.23 -r1.24 rc.postfix
--- openpkg-src/postfix/rc.postfix 18 Sep 2003 16:27:47 -0000 1.23
+++ openpkg-src/postfix/rc.postfix 17 Oct 2003 21:41:35 -0000 1.24
@@ -69,6 +69,6 @@
-n ${postfix_log_numfiles} -s ${postfix_log_minsize} -d \
-z ${postfix_log_complevel} -m 644 -o @l_musr@ -g @l_mgrp@ \
-P "$postfix_log_prolog" \
- -E "$postfix_log_epilog && rc postfix reload" \
+ -E "$postfix_log_epilog" \
@l_prefix@/var/postfix/log/postfix.log
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7042 -r1.7043 news.txt
--- openpkg-web/news.txt 17 Oct 2003 17:50:49 -0000 1.7042
+++ openpkg-web/news.txt 17 Oct 2003 21:41:33 -0000 1.7043
@@ -1,3 +1,4 @@
+17-Oct-2003: Upgraded package: P<postfix-2.0.16-20031017>
17-Oct-2003: Upgraded package: P<vim-6.2.127-20031017>
17-Oct-2003: Upgraded package: P<perl-sys-20031017-20031017>
17-Oct-2003: Upgraded package: P<gcc-3.3.2-20031017>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]