OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 28-Nov-2003 15:15:57
Branch: HEAD Handle: 2003112814155502
Modified files:
openpkg-src/postfix postfix.spec rc.postfix
openpkg-web news.txt
Log:
fixed config check output redirection
Summary:
Revision Changes Path
1.181 +1 -1 openpkg-src/postfix/postfix.spec
1.25 +2 -2 openpkg-src/postfix/rc.postfix
1.7591 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/postfix.spec
============================================================================
$ cvs diff -u -r1.180 -r1.181 postfix.spec
--- openpkg-src/postfix/postfix.spec 24 Nov 2003 14:23:35 -0000 1.180
+++ openpkg-src/postfix/postfix.spec 28 Nov 2003 14:15:57 -0000 1.181
@@ -39,7 +39,7 @@
Group: Mail
License: IPL
Version: %{V_postfix}
-Release: 20031124
+Release: 20031128
# package options
%option with_fsl yes
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/postfix/rc.postfix
============================================================================
$ cvs diff -u -r1.24 -r1.25 rc.postfix
--- openpkg-src/postfix/rc.postfix 17 Oct 2003 21:41:35 -0000 1.24
+++ openpkg-src/postfix/rc.postfix 28 Nov 2003 14:15:57 -0000 1.25
@@ -18,8 +18,8 @@
%status -u @l_susr@ -o
postfix_usable="no"
postfix_active="no"
- @l_prefix@/sbin/postfix check 2>&1 >/dev/null && postfix_usable="yes"
- @l_prefix@/libexec/postfix/master -t 2>&1 >/dev/null || postfix_active="yes"
+ @l_prefix@/sbin/postfix check >/dev/null 2>&1 && postfix_usable="yes"
+ @l_prefix@/libexec/postfix/master -t >/dev/null 2>&1 || postfix_active="yes"
echo "postfix_enable=\"$postfix_enable\""
echo "postfix_usable=\"$postfix_usable\""
echo "postfix_active=\"$postfix_active\""
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.7590 -r1.7591 news.txt
--- openpkg-web/news.txt 28 Nov 2003 14:07:20 -0000 1.7590
+++ openpkg-web/news.txt 28 Nov 2003 14:15:55 -0000 1.7591
@@ -1,3 +1,4 @@
+28-Nov-2003: Upgraded package: P<postfix-2.0.16-20031128>
28-Nov-2003: Upgraded package: P<libglade-2.0.1-20031128>
28-Nov-2003: New package: P<irrtoolset-4.8.1-20031128>
28-Nov-2003: Upgraded package: P<screen-3.9.13-1.2.1>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]