dhcp: rename dhcpcd script to dhclient

This commit is contained in:
Thomas Penteker 2011-08-11 23:26:03 +02:00
parent c1339876ae
commit a805b6fb4f
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
456711bbb2c8fc8b6e0df7c9a514c237 default-config.diff
77a8a395a9cbe98e2cf666df69bf2e15 dhclient
bddce8a23551f009fd0ac840afc89780 dhcp-4.2.1.tar.gz
77a8a395a9cbe98e2cf666df69bf2e15 dhcpcd
51665125f8360c6cc1ef59ad6cd8cf84 dhcpd

View File

@ -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