forked from mirrors/nixpkgs
* 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.
|
||||
++ optional ["networking" "useDHCP"]
|
||||
(import ../upstart-jobs/dhclient.nix {
|
||||
inherit (pkgs) nettools;
|
||||
dhcp = pkgs.dhcpWrapper;
|
||||
inherit (pkgs) nettools dhcp;
|
||||
})
|
||||
|
||||
# SSH daemon.
|
||||
|
|
|
@ -9,6 +9,8 @@ description \"DHCP client\"
|
|||
start on network-interfaces/started
|
||||
stop on network-interfaces/stop
|
||||
|
||||
env PATH_DHCLIENT_SCRIPT=${dhcp}/sbin/dhclient-script
|
||||
|
||||
script
|
||||
# Determine the interface on which to start dhclient.
|
||||
interfaces=
|
||||
|
|
Loading…
Reference in a new issue