Bug#741579: Hard-codes broken udhcpc args

2014-11-19 Thread Trent W. Buck
Andrew Shadura wrote: >> inet.defn has this: >> >> udhcpc -n -p /run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] >> \ [[-c %client%]] \ > > Both parameters are optional, you don't have to specify them. I *want* to specify the hostname, but I can't[*] until ifupdown passes --fqdn instead of

Bug#741579: Hard-codes broken udhcpc args

2014-11-19 Thread Andrew Shadura
Hello, On Fri, 14 Mar 2014 13:35:51 +1100 "Trent W. Buck" wrote: > Package: ifupdown > Version: 0.7.47.2 > Severity: normal > > inet.defn has this: > > udhcpc -n -p /run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] > \ [[-c %client%]] \ > elsif (execable("/sbin/udhcpc") && mylin

Bug#741579: Hard-codes broken udhcpc args

2014-11-19 Thread Trent W. Buck
Hard-coding udhcpc startup as below, is working for me. The only problem is that if busybox-syslogd is already running, start-stop-daemon refuses to start udhcpc, because they have the same /proc/.../exe. I guess that is fixable by refining the start-stop-daemon invocation? allow-hotplug lo w

Bug#741579: Hard-codes broken udhcpc args

2014-03-13 Thread Trent W. Buck
Package: ifupdown Version: 0.7.47.2 Severity: normal inet.defn has this: udhcpc -n -p /run/udhcpc.%iface%.pid -i %iface% [[-H %hostname%]] \ [[-c %client%]] \ elsif (execable("/sbin/udhcpc") && mylinuxver() >= mylinux(2,2,0)) But -H is not valid in the old udhcpc still in