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