diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 20:12:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-11-29 20:12:22 +0000 |
commit | 445d6ef1376d3faa1d7b6f0b07c36771e9a76192 (patch) | |
tree | a0268fa09698107a0a2adb0d5bf43ccf4a3269b7 /security/tor-devel | |
parent | a48842ce136a0e26d69664352d55b47ef1dba698 (diff) | |
download | ports-445d6ef1376d3faa1d7b6f0b07c36771e9a76192.tar.gz ports-445d6ef1376d3faa1d7b6f0b07c36771e9a76192.zip |
Notes
Diffstat (limited to 'security/tor-devel')
-rw-r--r-- | security/tor-devel/Makefile | 2 | ||||
-rw-r--r-- | security/tor-devel/distinfo | 6 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index a6cf6b194924..3c319285efc9 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.6-alpha +DISTVERSION= 0.2.1.7-alpha CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ http://tor.cypherpunks.at/dist/ \ diff --git a/security/tor-devel/distinfo b/security/tor-devel/distinfo index 7fa378b2e628..d5a7f62125da 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (tor-0.2.1.6-alpha.tar.gz) = db49c016e3ec55773687207dfe556662 -SHA256 (tor-0.2.1.6-alpha.tar.gz) = e51cbcfe85a05ca7c1b212da76e91e407fbadd911c6c1e3aa36d53424be1a435 -SIZE (tor-0.2.1.6-alpha.tar.gz) = 2295719 +MD5 (tor-0.2.1.7-alpha.tar.gz) = f4eeebb9d536317e4a5391cb03732947 +SHA256 (tor-0.2.1.7-alpha.tar.gz) = eefa9383f5bfc722458517c02f3b7446041f6f3a2cd82377484f4eb80a83cae5 +SIZE (tor-0.2.1.7-alpha.tar.gz) = 2302260 diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index 61ecafc62e15..1e99ca4ee204 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/files/tor.in @@ -15,7 +15,6 @@ # tor_conf (str): Points to your tor conf file # Default: %%PREFIX%%/etc/tor/torrc # tor_user (str): Tor Daemon user. Default _tor -# tor_group (str): Tor Daemon group. Default _tor # tor_datadir (str): Tor DataDir. Defaults /var/db/tor # tor_logfile (str): Tor Log File. Defaults /var/log/tor # @@ -30,7 +29,6 @@ load_rc_config ${name} : ${tor_enable="NO"} : ${tor_conf="%%PREFIX%%/etc/tor/torrc"} : ${tor_user="_tor"} -: ${tor_group="_tor"} : ${tor_pidfile="/var/run/tor/tor.pid"} : ${tor_logfile="/var/log/tor"} : ${tor_datadir="/var/db/tor"} @@ -39,7 +37,7 @@ required_files=${tor_conf} required_dirs=${tor_datadir} pidfile=${tor_pidfile} command="%%PREFIX%%/bin/${name}" -command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Group ${tor_group} --Log notice\ file\ ${tor_logfile}" +command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --User ${tor_user} --Log notice\ file\ ${tor_logfile}" extra_commands="log" log_cmd="${name}_log" |