diff --git a/system/base/dhcpcd/actions.py b/system/base/dhcpcd/actions.py
index 91284611..471d029d 100644
--- a/system/base/dhcpcd/actions.py
+++ b/system/base/dhcpcd/actions.py
@@ -12,7 +12,6 @@ from pisi.actionsapi import shelltools
def setup():
autotools.configure("--libexecdir=/lib/dhcpcd \
--dbdir=/var/lib/dhcpcd \
- --sbindir=/sbin \
--localstatedir=/var \
--rundir=/run")
@@ -24,7 +23,7 @@ def install():
# Set Options in /etc/dhcpcd.conf Disable ip4vall
shelltools.echo("%s/etc/dhcpcd.conf" % get.installDIR(), "noipv4ll")
# Remove hooks install the compat one
- # pisitools.remove("/lib/dhcpcd/dhcpcd-hooks/*")
- #pisitools.insinto("/lib/dhcpcd/dhcpcd-hooks", "dhcpcd-hooks/50-dhcpcd-compat")
+ pisitools.remove("/lib/dhcpcd/dhcpcd-hooks/*")
+ pisitools.insinto("/lib/dhcpcd/dhcpcd-hooks", "dhcpcd-hooks/50-dhcpcd-compat")
pisitools.dodoc("README")
diff --git a/system/base/dhcpcd/pspec.xml b/system/base/dhcpcd/pspec.xml
index 42d04a52..ba74ff3e 100644
--- a/system/base/dhcpcd/pspec.xml
+++ b/system/base/dhcpcd/pspec.xml
@@ -13,6 +13,9 @@
A dhcp client only
An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.
http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz
+
+ eudev-devel
+
@@ -21,7 +24,7 @@
/etc
/lib/dhcpcd
/usr/lib/dhcpcd/dev/udev.so
- /sbin
+ /usr/sbin
/usr/share/doc
/usr/share/man
/usr/share/dhcpcd
@@ -31,7 +34,7 @@
- 2017-01-29
+ 2017-02-21
6.11.5
Version bump.
Ertuğrul Erata