dhcp: configs are commented out by default.

This commit is contained in:
Enno Boland 2015-03-28 20:30:29 +01:00
parent 9f4b5353fa
commit 1a555361b0

View file

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