Hello community,

here is the log from the commit of package sysconfig for openSUSE:Factory 
checked in at 2012-10-03 10:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysconfig (Old)
 and      /work/SRC/openSUSE:Factory/.sysconfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysconfig/sysconfig.changes      2012-08-13 
19:54:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysconfig.new/sysconfig.changes 2012-10-03 
10:11:17.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 27 20:12:07 UTC 2012 - [email protected]
+
+- version 0.76.5
+- Added support for NOZEROCONF option to disable zero config route.
+
+-------------------------------------------------------------------

Old:
----
  sysconfig-0.76.4.tar.bz2

New:
----
  sysconfig-0.76.5.tar.bz2

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

Other differences:
------------------
++++++ sysconfig.spec ++++++
--- /var/tmp/diff_new_pack.67DZyB/_old  2012-10-03 10:11:18.000000000 +0200
+++ /var/tmp/diff_new_pack.67DZyB/_new  2012-10-03 10:11:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sysconfig
-Version:        0.76.4
+Version:        0.76.5
 Release:        0
 Summary:        The sysconfig scheme and traditional network scripts
 License:        GPL-2.0+

++++++ sysconfig-0.76.4.tar.bz2 -> sysconfig-0.76.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.76.4/config/sysconfig.config-network 
new/sysconfig-0.76.5/config/sysconfig.config-network
--- old/sysconfig-0.76.4/config/sysconfig.config-network        2012-07-20 
14:01:52.000000000 +0200
+++ new/sysconfig-0.76.5/config/sysconfig.config-network        2012-09-27 
22:06:14.000000000 +0200
@@ -392,3 +392,11 @@
 #
 WIRELESS_REGULATORY_DOMAIN=''
 
+## Type:       yesno
+## Default:    no
+#
+# This variable is used to disable the Zero Configuration Networking
+# (zeroconf) route (169.254.0.0) on local interfaces.
+#
+NOZEROCONF='no'
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysconfig-0.76.4/scripts/ifup-route 
new/sysconfig-0.76.5/scripts/ifup-route
--- old/sysconfig-0.76.4/scripts/ifup-route     2012-07-20 14:01:42.000000000 
+0200
+++ new/sysconfig-0.76.5/scripts/ifup-route     2012-09-27 22:07:16.000000000 
+0200
@@ -147,7 +147,7 @@
 fi
 # Calling 'ip' if there is no interface (ifdown called from udev for remove
 # event) would trigger automatic module loading (Bug 199456)
-if [ -d /sys/class/net/$INTERFACE ] ; then
+if [ -d /sys/class/net/$INTERFACE -a "$NOZEROCONF" != "yes" ] ; then
        # Don't add this route if interface has no v4 address (Bug 65557)
        test -z "`ip -4 a l dev $INTERFACE 2>/dev/null`" && islinklocal=
        if test -n "$islinklocal" ; then

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

Reply via email to