From f06a1dc8c974df879f597d39c5ce9e26c827c968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Tue, 21 Feb 2017 12:38:06 +0300 Subject: [PATCH] dhcpd rebuild, need eudev... --- system/base/dhcpcd/actions.py | 5 ++--- system/base/dhcpcd/pspec.xml | 7 +++++-- 2 files changed, 7 insertions(+), 5 deletions(-) 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