diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-12-09 14:35:44 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-12-09 14:35:44 +0800 |
commit | f3afdcb3c2c6cd58db58e50bbe6aeec20138a33c (patch) | |
tree | 7dea4b0a08aebcde6ead73f286078f57cb824930 /security | |
parent | 4a003c4c9fd56a750b331eae7502265fb7af8aac (diff) | |
download | freebsd-ports-gnome-f3afdcb3c2c6cd58db58e50bbe6aeec20138a33c.tar.gz freebsd-ports-gnome-f3afdcb3c2c6cd58db58e50bbe6aeec20138a33c.tar.zst freebsd-ports-gnome-f3afdcb3c2c6cd58db58e50bbe6aeec20138a33c.zip |
Set tcsd_enable=NO by default if unset.
Pointed out by: olgeni
Diffstat (limited to 'security')
-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" |