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/files | |
parent | 4a003c4c9fd56a750b331eae7502265fb7af8aac (diff) |
Notes
Diffstat (limited to 'security/trousers/files')
-rw-r--r-- | security/trousers/files/tcsd.in | 2 |
1 files changed, 1 insertions, 1 deletions
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" |