Date: Mon, 9 Dec 2013 06:35:44 +0000 (UTC) From: Hiroki Sato <hrs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r335952 - in head/security/trousers: . files Message-ID: <201312090635.rB96ZicE058794@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312090635.rB96ZicE058794>