svn commit: r335952 - in head/security/trousers: . files

Hiroki Sato hrs at FreeBSD.org
Mon Dec 9 06:35:45 UTC 2013


Author: hrs
Date: Mon Dec  9 06:35:44 2013
New Revision: 335952
URL: http://svnweb.freebsd.org/changeset/ports/335952

Log:
  Set tcsd_enable=NO by default if unset.
  
  Pointed out by:	olgeni

Modified:
  head/security/trousers/Makefile
  head/security/trousers/files/tcsd.in

Modified: head/security/trousers/Makefile
==============================================================================
--- head/security/trousers/Makefile	Mon Dec  9 04:12:41 2013	(r335951)
+++ head/security/trousers/Makefile	Mon Dec  9 06:35:44 2013	(r335952)
@@ -3,7 +3,7 @@
 
 PORTNAME=	trousers
 PORTVERSION=	0.3.10
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
 

Modified: head/security/trousers/files/tcsd.in
==============================================================================
--- head/security/trousers/files/tcsd.in	Mon Dec  9 04:12:41 2013	(r335951)
+++ head/security/trousers/files/tcsd.in	Mon Dec  9 06:35:44 2013	(r335952)
@@ -33,6 +33,6 @@ tcsd_precmd()
 
 load_rc_config $name
 
-: tcsd_enable=${tcsd_enable-"NO"}
+: ${tcsd_enable:="NO"}
 
 run_rc_command "$1"


More information about the svn-ports-head mailing list