Mailinglist Archive: opensuse-commit (941 mails)

< Previous Next >
commit postfix for openSUSE:Factory
Hello community,

here is the log from the commit of package postfix for openSUSE:Factory checked
in at 2012-04-12 09:46:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/postfix (Old)
and /work/SRC/openSUSE:Factory/.postfix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "postfix", Maintainer is "varkoly@xxxxxxxx"

Changes:
--------
--- /work/SRC/openSUSE:Factory/postfix/postfix.changes 2012-03-19
10:07:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.postfix.new/postfix.changes 2012-04-12
09:46:33.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 2 22:09:00 CEST 2012 - dmueller@xxxxxxx
+
+- set exit code explicitely in cond_slp, systemd checks for it
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ postfix-SuSE.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/postfix-SuSE/cond_slp.systemd
new/postfix-SuSE/cond_slp.systemd
--- old/postfix-SuSE/cond_slp.systemd 2011-08-12 18:23:46.000000000 +0200
+++ new/postfix-SuSE/cond_slp.systemd 2012-04-02 22:08:47.000000000 +0200
@@ -10,14 +10,14 @@

test -f /etc/sysconfig/postfix && . /etc/sysconfig/postfix

-[ "${POSTFIX_REGISTER_SLP,,[A-Z]}" != yes ] && exit
-[ -x $OPENSLP_BIN ] || exit
+[ "${POSTFIX_REGISTER_SLP,,[A-Z]}" != yes ] && exit 0
+[ -x $OPENSLP_BIN ] || exit 1

PIFACES=$($POSTCONF -h inet_interfaces|sed -e
's/\(127.0.0.1\|::1\|[[:space:]]\)//g')
-[ -n "$PIFACES" ] || exit
+[ -n "$PIFACES" ] || exit 0

PSERVICES=$(grep -E '^smtp.*smtpd' /etc/postfix/master.cf| cut -d" " -f1)
-[ -n "$PSERVICES" ] || exit
+[ -n "$PSERVICES" ] || exit 0

cond_slp()
{
@@ -33,5 +33,7 @@

cond_slp $1 &

+exit 0
+
#
# end /etc/postfix/system/cond_slp

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread