diff options
author | Thomas Penteker <tek@serverop.de> | 2011-08-11 23:26:03 +0200 |
---|---|---|
committer | Thomas Penteker <tek@serverop.de> | 2011-08-11 23:26:03 +0200 |
commit | a805b6fb4f8e250cb8529bac12311a7a2034caf2 (patch) | |
tree | 95c1f8323ec44009c9875628b2a4b948cf710e47 /dhcp | |
parent | c1339876ae1b3184c4ce31dba536ab24fa149916 (diff) | |
download | contrib-a805b6fb4f8e250cb8529bac12311a7a2034caf2.tar.gz contrib-a805b6fb4f8e250cb8529bac12311a7a2034caf2.tar.xz |
dhcp: rename dhcpcd script to dhclient
Diffstat (limited to 'dhcp')
-rw-r--r-- | dhcp/.footprint | 2 | ||||
-rw-r--r-- | dhcp/.md5sum | 2 | ||||
-rw-r--r-- | 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 |