diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-10 14:14:55 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-10 14:14:55 +0000 |
commit | cb99742b07ea9947e3be9ccd84a51504361c5bff (patch) | |
tree | 8e53784e6a550c173f6f555edcb9e12bfe075a98 /security | |
parent | 94a8445d9bbcf9afc7706efe34724f1327c6fa83 (diff) | |
download | ports-cb99742b07ea9947e3be9ccd84a51504361c5bff.tar.gz ports-cb99742b07ea9947e3be9ccd84a51504361c5bff.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/tor-devel/Makefile | 5 | ||||
-rw-r--r-- | security/tor-devel/files/pkg-message.in | 8 | ||||
-rw-r--r-- | security/tor/files/pkg-message.in | 8 |
3 files changed, 13 insertions, 8 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index df1d636bfecc..1d06ecf3f4ac 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= tor DISTVERSION= 0.2.3.1-alpha +PORTREVISION= 1 CATEGORIES= security net ipv6 MASTER_SITES= http://www.torproject.org/dist/ \ ftp://ftp.bit.nl/mirror/tor/ \ @@ -40,7 +41,7 @@ CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" MAKE_JOBS_UNSAFE= yes -OPTIONS= BUFFEREVENTS "use libevent's buffered IO" on \ +OPTIONS= BUFFEREVENTS "use libevent's buffered IO" off \ BUFFREELISTS "freelists for buffer RAM" on \ INSTR_DOWNLOADS "instrument downloads for analysis" off \ STATIC_TOR "build a static tor" off \ @@ -54,7 +55,7 @@ SUB_FILES= pkg-message GROUPS = _tor USERS= _tor -CONFLICTS= tor-[0-9]* +CONFLICTS= tor-[0-9]* CONFLICTS_BUILD= libevent-[01]* MANCOMPRESSED= no diff --git a/security/tor-devel/files/pkg-message.in b/security/tor-devel/files/pkg-message.in index 721e75304a5f..2ab52d393df9 100644 --- a/security/tor-devel/files/pkg-message.in +++ b/security/tor-devel/files/pkg-message.in @@ -1,6 +1,8 @@ ================================================================================ 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 for details. -To use the torify script, install the net/torsocks port. +and edit %%PREFIX%%/etc/tor/torrc. Note that the rc.subr script overrides +many torrc options and is tunable: see %%PREFIX%%/etc/rc.d/tor for details. +To use the torify script, install the net/torsocks port. After removing the +package, or updating to a new version, users may need to delete all files +in /var/db/tor. ================================================================================ diff --git a/security/tor/files/pkg-message.in b/security/tor/files/pkg-message.in index 4876204d42f0..e23f4f4c223b 100644 --- a/security/tor/files/pkg-message.in +++ b/security/tor/files/pkg-message.in @@ -1,6 +1,8 @@ ================================================================================ 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 for details. -To use the torify script, install the net/tsocks port. +and edit %%PREFIX%%/etc/tor/torrc. Note that the rc.subr script overrides +many torrc options and is tunable: see %%PREFIX%%/etc/rc.d/tor for details. +To use the torify script, install the net/tsocks port. After removing the +package, or updating to a new version, users may need to delete all files +in /var/db/tor. ================================================================================ |