aboutsummaryrefslogtreecommitdiff
path: root/net/isc-dhcp31-server
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-08-20 11:52:33 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-08-20 11:52:33 +0000
commit828195389b5ba06d7b930f4c301ddf7fa2fa04dd (patch)
tree6ea6ec5e91cac77463bba1acf3863190b8c2e6fe /net/isc-dhcp31-server
parent39bce1f3e795e570db43c097f7c9aad2b894e3ef (diff)
downloadports-828195389b5ba06d7b930f4c301ddf7fa2fa04dd.tar.gz
ports-828195389b5ba06d7b930f4c301ddf7fa2fa04dd.zip
- Fix rc script for combination WITHOUT_DHCP_PARANOIA=yes WITHOUT_DHCP_JAIL=yes
Submitted by: Cyrille Lefevre <cyrille.lefevre@9online.fr> (maintainer)
Notes
Notes: svn path=/head/; revision=116754
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, 2 insertions, 2 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile
index 323919fef53a..0e20536b3400 100644
--- a/net/isc-dhcp31-server/Makefile
+++ b/net/isc-dhcp31-server/Makefile
@@ -8,7 +8,7 @@
PORTNAME= dhcp
PORTVERSION= 3.0.1.r14
-PORTREVISION= 2
+PORTREVISION= 3
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 d4380353c01b..d070ae0747d9 100644
--- a/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample
+++ b/net/isc-dhcp31-server/files/isc-dhcpd.sh.sample
@@ -24,7 +24,7 @@ dhcpd_conf=${dhcpd_conf:-%%PREFIX%%/etc/${name}.conf} # configuration file
dhcpd_ifaces=${dhcpd_ifaces:-} # ethernet interface(s)
dhcpd_withumask=${dhcpd_withumask:-022} # file creation mask
-dhcpd_chuser_enable=${dhcpd_chuser_enable:-"YES"} # runs w/o privileges?
+dhcpd_chuser_enable=${dhcpd_chuser_enable:-"%%PARANOIA%%"} # runs w/o privileges?
dhcpd_withuser=${dhcpd_withuser:-${name}} # user name to run as
dhcpd_withgroup=${dhcpd_withgroup:-${name}} # group name to run as