diff options
-rw-r--r-- | network/tor/README | 4 | ||||
-rw-r--r-- | network/tor/tor.info | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/network/tor/README b/network/tor/README index ad36a3c0b5..c6d2a953cc 100644 --- a/network/tor/README +++ b/network/tor/README @@ -24,7 +24,7 @@ The following can be used to start/stop tor automatically: /etc/rc.d/rc.tor stop fi -Tor requires libevent, while tsocks is an optional run-time dependency if you -want to use the "torify" shell script. +tsocks is an optional run-time dependency if you want to use the "torify" +shell script. Take a look at README.SLACKWARE for important notes and recent changes. diff --git a/network/tor/tor.info b/network/tor/tor.info index cb731ecd79..2a89611046 100644 --- a/network/tor/tor.info +++ b/network/tor/tor.info @@ -5,6 +5,6 @@ DOWNLOAD="https://archive.torproject.org/tor-package-archive/tor-0.2.2.37.tar.gz MD5SUM="5aafdca4fb6af6e12b503d32b03f14a7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libevent tsocks" +REQUIRES="libevent" MAINTAINER="Marco Bonetti" EMAIL="sid77@slackware.it" |