mirror of
https://git.baguette.netlib.re/Baguette/networkctl
synced 2024-12-18 13:03:30 +00:00
precise dhclient as a potential dhcp client
This commit is contained in:
parent
a4649261f0
commit
1ec7ca7990
@ -31,7 +31,7 @@ OptionParser.parse! do |parser|
|
||||
prefered_network_configuration_program = prog
|
||||
end
|
||||
|
||||
parser.on "-d dhcp-client-program", "--dhcp-client dhcp-client-program", "udhcpc" do |prog|
|
||||
parser.on "-d dhcp-client-program", "--dhcp-client dhcp-client-program", "udhcpc | dhclient" do |prog|
|
||||
prefered_dhcp_client = prog
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user