* Don't use the DHCP wrapper.
svn path=/nixos/trunk/; revision=7921
This commit is contained in:
parent
17cc5ecc47
commit
619c3e0465
@ -93,8 +93,7 @@ import ../upstart-jobs/gather.nix {
|
|||||||
# DHCP client.
|
# DHCP client.
|
||||||
++ optional ["networking" "useDHCP"]
|
++ optional ["networking" "useDHCP"]
|
||||||
(import ../upstart-jobs/dhclient.nix {
|
(import ../upstart-jobs/dhclient.nix {
|
||||||
inherit (pkgs) nettools;
|
inherit (pkgs) nettools dhcp;
|
||||||
dhcp = pkgs.dhcpWrapper;
|
|
||||||
})
|
})
|
||||||
|
|
||||||
# SSH daemon.
|
# SSH daemon.
|
||||||
|
@ -9,6 +9,8 @@ description \"DHCP client\"
|
|||||||
start on network-interfaces/started
|
start on network-interfaces/started
|
||||||
stop on network-interfaces/stop
|
stop on network-interfaces/stop
|
||||||
|
|
||||||
|
env PATH_DHCLIENT_SCRIPT=${dhcp}/sbin/dhclient-script
|
||||||
|
|
||||||
script
|
script
|
||||||
# Determine the interface on which to start dhclient.
|
# Determine the interface on which to start dhclient.
|
||||||
interfaces=
|
interfaces=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user