svn commit: r406094 - head/security/tinc/files

Dirk Meyer dinoex at FreeBSD.org
Thu Jan 14 05:55:29 UTC 2016


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}"


More information about the svn-ports-head mailing list