Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked 
in at 2011-12-06 18:00:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2011-12-02 
13:22:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes     2011-12-06 
18:02:21.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec  6 11:04:12 UTC 2011 - [email protected]
+
+- Fix the last change in %post 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix.spec ++++++
--- /var/tmp/diff_new_pack.hKOXVl/_old  2011-12-06 18:02:22.000000000 +0100
+++ /var/tmp/diff_new_pack.hKOXVl/_new  2011-12-06 18:02:22.000000000 +0100
@@ -402,8 +402,9 @@
                 ln -s /usr/sbin/SuSEconfig.postfix 
/sbin/conf.d/SuSEconfig.postfix
         fi
 fi
-for i in `ls /etc/postfix/*db`;
+for i in /etc/postfix/*db;
 do
+     test -e "$i" || continue;
      b=$( basename $i .db );
      postmap /etc/postfix/$b;
 done

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

Reply via email to