Re: [gobolinux-devel] DHCPCD Task bug. CRITICAL

2007-02-22 Thread Lucas C. Villa Real
On 2/22/07, Carlo Calica <[EMAIL PROTECTED]> wrote: > The DHCPNetworkInterface task has a fairly serious bug. It deletes > the /dev/null node if there's a dhcpcd.pid file. The rm on line 23 is > missing the > redirector. > > Attached is my task with a few additions. 1) Sources BootOptions and >

[gobolinux-devel] DHCPCD Task bug. CRITICAL

2007-02-22 Thread Carlo Calica
The DHCPNetworkInterface task has a fairly serious bug. It deletes the /dev/null node if there's a dhcpcd.pid file. The rm on line 23 is missing the > redirector. Attached is my task with a few additions. 1) Sources BootOptions and NetworkOptions 2) adds -h "$HostName" to dhcpcd cmdline. #1