diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-12-09 06:35:44 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-12-09 06:35:44 +0000 |
commit | f3afdcb3c2c6cd58db58e50bbe6aeec20138a33c (patch) | |
tree | 7dea4b0a08aebcde6ead73f286078f57cb824930 /security/trousers | |
parent | Correct 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/Makefile | 2 | ||||
-rw-r--r-- | security/trousers/files/tcsd.in | 2 |
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" |