dhclient: wants /var/lib/dhclient at runtime.
This commit is contained in:
parent
70932e9efc
commit
27bf9e9b35
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dhcp'
|
# Template file for 'dhcp'
|
||||||
pkgname=dhcp
|
pkgname=dhcp
|
||||||
version=4.3.2
|
version=4.3.2
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
conf_files="/etc/dhcpd.conf"
|
conf_files="/etc/dhcpd.conf"
|
||||||
|
@ -39,6 +39,7 @@ post_install() {
|
||||||
dhclient_package() {
|
dhclient_package() {
|
||||||
short_desc="Client from the Internet Software Consortium's implementation of DHCP"
|
short_desc="Client from the Internet Software Consortium's implementation of DHCP"
|
||||||
conf_files="/etc/dhclient.conf"
|
conf_files="/etc/dhclient.conf"
|
||||||
|
make_dirs="/var/lib/dhclient 0755 root root"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc/dhclient.conf
|
vmove etc/dhclient.conf
|
||||||
vmove usr/sbin/dhclient
|
vmove usr/sbin/dhclient
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue