Hello community,

here is the log from the commit of package dhcp for openSUSE:Factory checked in 
at 2014-01-13 17:20:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dhcp (Old)
 and      /work/SRC/openSUSE:Factory/.dhcp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dhcp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dhcp/dhcp.changes        2013-11-18 
13:08:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dhcp.new/dhcp.changes   2014-01-13 
17:20:10.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 10 12:05:22 UTC 2014 - [email protected]
+
+- Test if /etc/sysconfig/network/scripts/functions exists before
+  sourcing it (fate#316768,bnc#856591).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ dhcp.spec ++++++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:11.000000000 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dhcp
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ dhclient-script ++++++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:12.000000000 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:12.000000000 +0100
@@ -21,7 +21,9 @@
 # source sysconfig functions
 #
 SYSCONFIG_CFG_DIR="/etc/sysconfig/network"
-. "$SYSCONFIG_CFG_DIR/scripts/functions"
+if test -f "$SYSCONFIG_CFG_DIR/scripts/functions" ; then
+       . "$SYSCONFIG_CFG_DIR/scripts/functions"
+fi
 SYSCONFIG_RUN_DIR=${SYSCONFIG_RUN_DIR:-/dev/.sysconfig/network}
 
 #




++++++ if-up.d.dhcpd-restart-hook ++++++
--- /var/tmp/diff_new_pack.34ndsK/_old  2014-01-13 17:20:12.000000000 +0100
+++ /var/tmp/diff_new_pack.34ndsK/_new  2014-01-13 17:20:12.000000000 +0100
@@ -51,7 +51,9 @@
 
 
 . /etc/sysconfig/network/config
-. /etc/sysconfig/network/scripts/functions
+if test -f /etc/sysconfig/network/scripts/functions ; then
+       .  /etc/sysconfig/network/scripts/functions
+fi
 
 . /etc/sysconfig/dhcpd                   2>/dev/null
 . /etc/sysconfig/network/ifcfg-"$CONFIG" 2>/dev/null || true

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

Reply via email to