summaryrefslogtreecommitdiff
path: root/security/trousers
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-12-09 06:35:44 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-12-09 06:35:44 +0000
commitf3afdcb3c2c6cd58db58e50bbe6aeec20138a33c (patch)
tree7dea4b0a08aebcde6ead73f286078f57cb824930 /security/trousers
parentCorrect a typo in the ACL OPTION description. (diff)
Set tcsd_enable=NO by default if unset.
Pointed out by: olgeni
Notes
Notes: svn path=/head/; revision=335952
Diffstat (limited to 'security/trousers')
-rw-r--r--security/trousers/Makefile2
-rw-r--r--security/trousers/files/tcsd.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/trousers/Makefile b/security/trousers/Makefile
index 5d572421d9ba..e6fd66e9f100 100644
--- a/security/trousers/Makefile
+++ b/security/trousers/Makefile
@@ -3,7 +3,7 @@
PORTNAME= trousers
PORTVERSION= 0.3.10
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
diff --git a/security/trousers/files/tcsd.in b/security/trousers/files/tcsd.in
index d4cb80403fbb..70da9ce47679 100644
--- a/security/trousers/files/tcsd.in
+++ b/security/trousers/files/tcsd.in
@@ -33,6 +33,6 @@ tcsd_precmd()
load_rc_config $name
-: tcsd_enable=${tcsd_enable-"NO"}
+: ${tcsd_enable:="NO"}
run_rc_command "$1"