Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2016 05:55:28 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r406094 - head/security/tinc/files
Message-ID:  <201601140555.u0E5tSMk063654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Thu Jan 14 05:55:28 2016
New Revision: 406094
URL: https://svnweb.freebsd.org/changeset/ports/406094

Log:
  - add comments
  PR:		206209
  Submitted by:	Boris Samorodov

Modified:
  head/security/tinc/files/tincd.in

Modified: head/security/tinc/files/tincd.in
==============================================================================
--- head/security/tinc/files/tincd.in	Thu Jan 14 05:23:33 2016	(r406093)
+++ head/security/tinc/files/tincd.in	Thu Jan 14 05:55:28 2016	(r406094)
@@ -12,6 +12,13 @@
 #	/etc/rc.conf.local
 #	/etc/rc.conf.d/tincd
 #
+# tincd_enable (bool):	Set to "NO" by default.
+#			Set it to "YES" to enable tincd.
+# tincd_cfg (str):	Set to "" by default.
+#			Set it to NETNAMEs to use (ex.: "vpn1 vpn2").
+# tincd_flags (str):	Set to "" by default.
+#			Set it to flags to use (ex.: "-d 1 --logfile").
+#
 # DO NOT CHANGE THESE DEFAULT VALUES HERE
 
 tincd_enable=${tincd_enable:-"NO"}
@@ -55,7 +62,6 @@ tincd_stop()
 		echo "Stopping tincd"
 		$command -k
 	else
-		echo "Stopping tincd for: "
 		for cfg in $tincd_cfg
 		do
 			echo "Stopping tincd for: ${cfg}"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601140555.u0E5tSMk063654>