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
>
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