summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcpcd/dhcpcd.conf.d
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-15 15:51:50 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-15 15:51:50 (GMT)
commit9512e47bfe3f0a0d72ed34a7593b981da9036555 (patch)
tree61155c7d68b69972cb045d8b852883345486211a /abs/core/dhcpcd/dhcpcd.conf.d
parentf74656ad5087b9e0351888174fe20c8ca80900b6 (diff)
downloadlinhes_pkgbuild-9512e47bfe3f0a0d72ed34a7593b981da9036555.zip
linhes_pkgbuild-9512e47bfe3f0a0d72ed34a7593b981da9036555.tar.gz
linhes_pkgbuild-9512e47bfe3f0a0d72ed34a7593b981da9036555.tar.bz2
dhcpcd: added to default conf the ability to register with DNS
Diffstat (limited to 'abs/core/dhcpcd/dhcpcd.conf.d')
-rw-r--r--abs/core/dhcpcd/dhcpcd.conf.d4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/dhcpcd/dhcpcd.conf.d b/abs/core/dhcpcd/dhcpcd.conf.d
index 83c6f14..57e860e 100644
--- a/abs/core/dhcpcd/dhcpcd.conf.d
+++ b/abs/core/dhcpcd/dhcpcd.conf.d
@@ -2,5 +2,5 @@
# Arguments to be passed to the DHCP client daemon
#
-DHCPCD_ARGS="-q"
-
+#DHCPCD_ARGS="-q"
+DHCPCD_ARGS="-t 30 -h $HOSTNAME"