mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Set tcsd_enable=NO by default if unset.
Pointed out by: olgeni
This commit is contained in:
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
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= trousers
|
||||
PORTVERSION= 0.3.10
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -33,6 +33,6 @@ tcsd_precmd()
|
|||
|
||||
load_rc_config $name
|
||||
|
||||
: tcsd_enable=${tcsd_enable-"NO"}
|
||||
: ${tcsd_enable:="NO"}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue