diff options
-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" |