Hello community,

here is the log from the commit of package dhcp for openSUSE:13.1 checked in at 
2013-09-29 17:47:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/dhcp (Old)
 and      /work/SRC/openSUSE:13.1/.dhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Changes:
--------
--- /work/SRC/openSUSE:13.1/dhcp/dhcp.changes   2013-09-23 10:49:41.000000000 
+0200
+++ /work/SRC/openSUSE:13.1/.dhcp.new/dhcp.changes      2013-09-29 
17:48:01.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Sep 27 15:16:26 UTC 2013 - [email protected]
+
+- Added /etc/bindresvport.blacklist to dhcp server chroot file
+  lists as it seems to block its start in some cases (bnc#842360).
+
+-------------------------------------------------------------------

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

Other differences:
------------------



++++++ rc.dhcpd ++++++
--- /var/tmp/diff_new_pack.1LgJsr/_old  2013-09-29 17:48:01.000000000 +0200
+++ /var/tmp/diff_new_pack.1LgJsr/_new  2013-09-29 17:48:01.000000000 +0200
@@ -198,7 +198,7 @@
                        fi
                done
                rm -f $CHROOT_PREFIX/dev/urandom
-               for i in $DAEMON_CONF $DHCPD_CONF_INCLUDE_FILES $LDAP_CONF 
/etc/{gai.conf,nsswitch.conf,resolv.conf,host.conf,hosts,localtime} 
/dev/urandom; do
+               for i in $DAEMON_CONF $DHCPD_CONF_INCLUDE_FILES $LDAP_CONF 
/etc/{gai.conf,nsswitch.conf,resolv.conf,host.conf,hosts,localtime,bindresvport.blacklist}
 /dev/urandom; do
                        if ! test -e "$i"; then continue; fi # neither of them 
is absolutely necessary
                        cp -aL "$i" "${CHROOT_PREFIX}/${i%/*}/" &>/dev/null \
                                || { echo "...$0:$LINENO: could not copy $i to 
chroot jail"; rc_failed; rc_status -v1; exit 6; }

++++++ rc.dhcpd6 ++++++
--- /var/tmp/diff_new_pack.1LgJsr/_old  2013-09-29 17:48:01.000000000 +0200
+++ /var/tmp/diff_new_pack.1LgJsr/_new  2013-09-29 17:48:01.000000000 +0200
@@ -201,7 +201,7 @@
                        fi
                done
                rm -f $CHROOT_PREFIX/dev/urandom
-               for i in $DAEMON_CONF $DHCPD_CONF_INCLUDE_FILES $LDAP_CONF 
/etc/{gai.conf,nsswitch.conf,resolv.conf,host.conf,hosts,localtime} 
/dev/urandom; do
+               for i in $DAEMON_CONF $DHCPD_CONF_INCLUDE_FILES $LDAP_CONF 
/etc/{gai.conf,nsswitch.conf,resolv.conf,host.conf,hosts,localtime,bindresvport.blacklist}
 /dev/urandom; do
                        if ! test -e "$i"; then continue; fi # neither of them 
is absolutely necessary
                        cp -aL "$i" "${CHROOT_PREFIX}/${i%/*}/" &>/dev/null \
                                || { echo "...$0:$LINENO: could not copy $i to 
chroot jail"; rc_failed; rc_status -v1; exit 6; }

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

Reply via email to