dhcp: configs are commented out by default.
This commit is contained in:
parent
9f4b5353fa
commit
1a555361b0
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'dhcp'
|
# Template file for 'dhcp'
|
||||||
pkgname=dhcp
|
pkgname=dhcp
|
||||||
version=4.2.3
|
version=4.2.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="Server from the Internet Software Consortium's implementation of DHCP"
|
short_desc="Server from the Internet Software Consortium's implementation of DHCP"
|
||||||
@ -29,6 +29,7 @@ pre_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
sed -i "s/^/#/" $DESTDIR/etc/dhclient.conf $DESTDIR/etc/dhcpd.conf
|
||||||
vsv dhcpd4
|
vsv dhcpd4
|
||||||
vsv dhcpd6
|
vsv dhcpd6
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user