From: David Paleino <dapal@debian.org>
Subject: workaround dhclient's bug changing hostname and not taking
the configfile passed with -cf into account (see #609851).
Origin: vendor
Forwarded: no
---
wicd/wnettools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- wicd.orig/wicd/wnettools.py
+++ wicd/wicd/wnettools.py
@@ -284,7 +284,7 @@ class BaseInterface(object):
client_dict = {
"dhclient" :
- {'connect' : r"%(cmd)s -cf %(dhclientconf)s %(iface)s",
+ {'connect' : r"%(cmd)s %(iface)s",
'release' : r"%(cmd)s -r %(iface)s",
'id' : misc.DHCLIENT,
},