summaryrefslogtreecommitdiffstats
path: root/abs/core/dhcpcd
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
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')
-rw-r--r--abs/core/dhcpcd/PKGBUILD4
-rw-r--r--abs/core/dhcpcd/__changelog2
-rw-r--r--abs/core/dhcpcd/dhcpcd.conf.d4
3 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/dhcpcd/PKGBUILD b/abs/core/dhcpcd/PKGBUILD
index ce8ac11..4600940 100644
--- a/abs/core/dhcpcd/PKGBUILD
+++ b/abs/core/dhcpcd/PKGBUILD
@@ -16,8 +16,6 @@ backup=('etc/conf.d/dhcpcd' 'etc/dhcpcd.conf')
options=('emptydirs') # We Need the Empty /var/lib/dhcpcd Directory
source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.bz2" \
'dhcpcd.conf.d')
-sha1sums=('7f9ca207bce051252c0acb6a6cae3de22babcb20'
- 'b67b9ce6a2faaca75fea356966a16be2283b7db0')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -49,3 +47,5 @@ package() {
# Set Options in /etc/dhcpcd.conf
echo noipv4ll >> ${pkgdir}/etc/dhcpcd.conf # Disable ip4vall
}
+md5sums=('a5c0e43b4e836cfc003437329f6b7982'
+ '1579b1b17306570078d2d4edfc867983')
diff --git a/abs/core/dhcpcd/__changelog b/abs/core/dhcpcd/__changelog
new file mode 100644
index 0000000..3f0d400
--- /dev/null
+++ b/abs/core/dhcpcd/__changelog
@@ -0,0 +1,2 @@
+Added to dhcpcd.conf.d
+DHCPCD_ARGS="-t 30 -h $HOSTNAME"
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"