diff options
-rw-r--r-- | abs/core/dhcpcd/PKGBUILD | 4 | ||||
-rw-r--r-- | abs/core/dhcpcd/__changelog | 2 | ||||
-rw-r--r-- | abs/core/dhcpcd/dhcpcd.conf.d | 4 |
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" |