Set tcsd_enable=NO by default if unset.

Pointed out by:	olgeni
This commit is contained in:
Hiroki Sato 2013-12-09 06:35:44 +00:00
parent 4a003c4c9f
commit f3afdcb3c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=335952
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
PORTNAME= trousers
PORTVERSION= 0.3.10
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}

View file

@ -33,6 +33,6 @@ tcsd_precmd()
load_rc_config $name
: tcsd_enable=${tcsd_enable-"NO"}
: ${tcsd_enable:="NO"}
run_rc_command "$1"