aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp31-server
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2005-04-07 13:47:27 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2005-04-07 13:47:27 +0000
commit929c3399958dbbf297ce557fcc10bce2e16c79ee (patch)
treef15dac44ad853f9500643f67d9b3fe5bab63ac57 /net/isc-dhcp31-server
parent4f891d7c1e6ce8eb4ab2a8c6321042f2d829b215 (diff)
downloadports-929c3399958dbbf297ce557fcc10bce2e16c79ee.tar.gz
ports-929c3399958dbbf297ce557fcc10bce2e16c79ee.zip
Add missed load_rc_config, othervise it's impossible to override any of the
config options.
Notes
Notes: svn path=/head/; revision=132689
Diffstat (limited to 'net/isc-dhcp31-server')
-rw-r--r--net/isc-dhcp31-server/Makefile2
-rw-r--r--net/isc-dhcp31-server/files/isc-dhcpd.sh.sample2
2 files changed, 3 insertions, 1 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile
index 55eb86f1111e..dfcda0f9bc4d 100644
--- a/net/isc-dhcp31-server/Makefile
+++ b/net/isc-dhcp31-server/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dhcp
PORTVERSION= 3.0.2
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_ISC}
MASTER_SITE_SUBDIR= dhcp dhcp/dhcp-3.0-history
diff --git a/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample b/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample
index bb339ecbdeca..7f7a8a9efb5d 100644
--- a/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample
+++ b/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample
@@ -17,6 +17,8 @@ name=dhcpd
paranoia=%%PARANOIA%% # compiled in paranoia?
jail=%%JAIL%% # compiled in jail?
+load_rc_config $name
+
# override these variables in /etc/rc.conf
dhcpd_enable=${dhcpd_enable:-"NO"}
dhcpd_flags=${dhcpd_flags:-} # -q -early_chroot # command option(s)