[Pkg-utopia-commits] r911 - packages/unstable/networkmanager/debian/patches

Riccardo Setti giskard-guest at costa.debian.org
Wed Aug 2 18:04:20 UTC 2006


Author: giskard-guest
Date: 2006-08-02 18:04:11 +0000 (Wed, 02 Aug 2006)
New Revision: 911

Modified:
   packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch
Log:
fixed an error in debian/patch/08.patch

Modified: packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch
===================================================================
--- packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch	2006-08-02 17:56:24 UTC (rev 910)
+++ packages/unstable/networkmanager/debian/patches/08-disabled_devices.patch	2006-08-02 18:04:11 UTC (rev 911)
@@ -29,7 +29,7 @@
 +	 * definitely not okay to control it.
 +	 */
 +	for (curr_b = ifparser_getfirst(); curr_b; curr_b = curr_b->next) {
-+		if (!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, "allow-hotplug")
++		if ((!strcmp (curr_b->type, "auto") || !strcmp (curr_b->type, "allow-hotplug"))
 +		    && strstr (curr_b->name, iface))
 +			blacklist = FALSE;
 +	}
@@ -39,7 +39,7 @@
 +	 */
 +	for (curr_d = curr_device->info; curr_d; curr_d = curr_d->next) {
 +		if (strcmp (curr_d->key, "inet")
-+		    || strcmp (curr_d->data, "dhcp" )|| strcmp ( currd->key, "iface"))
++		    || strcmp (curr_d->data, "dhcp" )|| strcmp ( curr_d->key, "iface"))
 +			blacklist = TRUE;
 +	}
 +




More information about the Pkg-utopia-commits mailing list