From a805b6fb4f8e250cb8529bac12311a7a2034caf2 Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Thu, 11 Aug 2011 23:26:03 +0200 Subject: [PATCH] dhcp: rename dhcpcd script to dhclient --- dhcp/.footprint | 2 +- dhcp/.md5sum | 2 +- dhcp/Pkgfile | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dhcp/.footprint b/dhcp/.footprint index d88267204..c4f107bb8 100644 --- a/dhcp/.footprint +++ b/dhcp/.footprint @@ -2,7 +2,7 @@ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/dhclient.conf -rw-r--r-- root/root etc/dhcpd.conf drwxr-xr-x root/root etc/rc.d/ --rwxr-xr-x root/root etc/rc.d/dhcpcd +-rwxr-xr-x root/root etc/rc.d/dhclient -rwxr-xr-x root/root etc/rc.d/dhcpd drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/dhclient-script diff --git a/dhcp/.md5sum b/dhcp/.md5sum index 7ca3837a1..9bc81e01b 100644 --- a/dhcp/.md5sum +++ b/dhcp/.md5sum @@ -1,4 +1,4 @@ 456711bbb2c8fc8b6e0df7c9a514c237 default-config.diff +77a8a395a9cbe98e2cf666df69bf2e15 dhclient bddce8a23551f009fd0ac840afc89780 dhcp-4.2.1.tar.gz -77a8a395a9cbe98e2cf666df69bf2e15 dhcpcd 51665125f8360c6cc1ef59ad6cd8cf84 dhcpd diff --git a/dhcp/Pkgfile b/dhcp/Pkgfile index 21ffdba5f..b6c65353f 100644 --- a/dhcp/Pkgfile +++ b/dhcp/Pkgfile @@ -7,7 +7,7 @@ name=dhcp version=4.2.1 release=1 source=(http://ftp.isc.org/isc/$name/$name-$version.tar.gz dhcpd \ - dhcpcd default-config.diff) + dhclient default-config.diff) build() { cd dhcp-$version @@ -20,7 +20,7 @@ build() { make make DESTDIR=$PKG install install -D ../dhcpd $PKG/etc/rc.d/dhcpd - install -D ../dhcpcd $PKG/etc/rc.d/dhcpcd + install -D ../dhclient $PKG/etc/rc.d/dhclient install -d -m 0755 $PKG/var/state/dhcp install -d -m 0755 $PKG/var/db touch $PKG/var/state/dhcp/dhcpd.leases