summaryrefslogtreecommitdiffstats
path: root/source/n/NetworkManager/conf.d/00-dhcp-client.conf
diff options
context:
space:
mode:
Diffstat (limited to 'source/n/NetworkManager/conf.d/00-dhcp-client.conf')
-rw-r--r--source/n/NetworkManager/conf.d/00-dhcp-client.conf8
1 files changed, 5 insertions, 3 deletions
diff --git a/source/n/NetworkManager/conf.d/00-dhcp-client.conf b/source/n/NetworkManager/conf.d/00-dhcp-client.conf
index 8f4356924..78518ac56 100644
--- a/source/n/NetworkManager/conf.d/00-dhcp-client.conf
+++ b/source/n/NetworkManager/conf.d/00-dhcp-client.conf
@@ -1,9 +1,11 @@
[main]
# Choose a DHCP client below. Upstream recommends internal, but results may vary.
-# dhcpcd is the DHCP client usually used by Slackware. The --noconfigure
-# option must be used or the network will not return after suspend/resume:
-dhcp=dhcpcd --noconfigure
+#
+# dhcpcd is the DHCP client usually used by Slackware:
+dhcp=dhcpcd
+#
# dhclient is the ISC reference DHCP client, part of the dhcp package:
#dhcp=dhclient
+#
# This is a simple DHCP client that is built into NetworkManager:
#dhcp=internal