[Midnightbsd-cvs] mports [17479] trunk/security/tor/files/tor.in: add reload

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Sep 23 23:27:53 EDT 2014


Revision: 17479
          http://svnweb.midnightbsd.org/mports/?rev=17479
Author:   laffer1
Date:     2014-09-23 23:27:53 -0400 (Tue, 23 Sep 2014)
Log Message:
-----------
add reload

Modified Paths:
--------------
    trunk/security/tor/files/tor.in

Modified: trunk/security/tor/files/tor.in
===================================================================
--- trunk/security/tor/files/tor.in	2014-09-24 03:25:25 UTC (rev 17478)
+++ trunk/security/tor/files/tor.in	2014-09-24 03:27:53 UTC (rev 17479)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $MidnightBSD$
+# $FreeBSD: head/security/tor/files/tor.in 368512 2014-09-18 19:40:36Z bf $
 #
 # PROVIDE: tor
 # REQUIRE: NETWORKING SERVERS USR
@@ -39,7 +39,7 @@
 pidfile=${tor_pidfile}
 command="%%PREFIX%%/bin/${name}"
 command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --+Log ${tor_loglevel}\ file\ ${tor_logfile}"
-extra_commands="log"
+extra_commands="log reload"
 log_cmd="${name}_log"
 
 tor_log() {



More information about the Midnightbsd-cvs mailing list