Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2012-03-09 21:26:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
 and      /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes  2012-03-01 
17:26:14.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2012-03-09 
21:26:40.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Mar  7 06:31:05 UTC 2012 - [email protected]
+
+- rcpostfix now updates the aliases too
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ postfix-SuSE.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/postfix-SuSE/rc.postfix new/postfix-SuSE/rc.postfix
--- old/postfix-SuSE/rc.postfix 2012-01-12 13:17:54.000000000 +0100
+++ new/postfix-SuSE/rc.postfix 2012-03-07 07:29:40.000000000 +0100
@@ -117,11 +117,17 @@
         for i in $POSTFIX_MAP_LIST; do
             m=/etc/postfix/$i;
             d=$m.db
-            test -e "$d" || continue;
             if [ -e $m -a $m -nt $d ]; then
                 postmap $m;
             fi
         done
+        for i in /etc/aliases /etc/aliases.d/*; do
+            m=${i/.db//}
+           d=$m.db
+            if [ -e $m -a $m -nt $d ]; then
+                postalias $m;
+            fi
+        done
 }
 
 # Shell functions sourced from /etc/rc.status:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to