diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:05:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-12-22 21:05:11 +0000 |
commit | f148e729eeff0f119186f046ed90db6510732819 (patch) | |
tree | af84336424395296659579aef5b676d89dbed168 /security/tor-devel | |
parent | 93b12a8955b15df1a31ef70c94b788c4234289ba (diff) |
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/pkg-message.in | 2 | ||||
-rw-r--r-- | security/tor-devel/files/tor.in | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 3c319285efc9..f5af2fd8969f 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= tor -DISTVERSION= 0.2.1.7-alpha +DISTVERSION= 0.2.1.8-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 d5a7f62125da..db3b382b9b66 100644 --- a/security/tor-devel/distinfo +++ b/security/tor-devel/distinfo @@ -1,3 +1,3 @@ -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 +MD5 (tor-0.2.1.8-alpha.tar.gz) = 43d2587e0f27d3766f75950227f74839 +SHA256 (tor-0.2.1.8-alpha.tar.gz) = 8c8dc7206c84b4b212533e23e8091cd30d2b347b782715750fd3b0e7b65d8b89 +SIZE (tor-0.2.1.8-alpha.tar.gz) = 2313301 diff --git a/security/tor-devel/files/pkg-message.in b/security/tor-devel/files/pkg-message.in index 872f6f0b198c..aa536343704e 100644 --- a/security/tor-devel/files/pkg-message.in +++ b/security/tor-devel/files/pkg-message.in @@ -1,5 +1,5 @@ ================================================================================ To enable the tor server, set tor_enable="YES" in your /etc/rc.conf and edit %%PREFIX%%/etc/tor/torrc. Also note that the rc.subr script overrides -many torrc options and is tunable. See %%PREFIX%%/etc/rc.d/tor.sh for details +many torrc options and is tunable. See %%PREFIX%%/etc/rc.d/tor for details. ================================================================================ diff --git a/security/tor-devel/files/tor.in b/security/tor-devel/files/tor.in index 1e99ca4ee204..1d6fd92816c7 100644 --- a/security/tor-devel/files/tor.in +++ b/security/tor-devel/files/tor.in @@ -37,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} --Log notice\ file\ ${tor_logfile}" +command_args="-f ${tor_conf} --PidFile ${tor_pidfile} --RunAsDaemon 1 --DataDirectory ${tor_datadir} --Log notice\ file\ ${tor_logfile}" extra_commands="log" log_cmd="${name}_log" |