summaryrefslogtreecommitdiffstats
path: root/network/tor/README.SLACKWARE
diff options
context:
space:
mode:
author Marco Bonetti <sid77@slackware.it>2010-06-16 08:33:16 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-06-16 08:33:16 -0500
commit3a95745cbfb98959c4d4070ef7757b70e2979e5e (patch)
treec1e13c6c8e3ce7843322274b8dde477ad201c076 /network/tor/README.SLACKWARE
parente5caa41352d6e4abe04009ee7172c85dd0be9280 (diff)
downloadslackbuilds-3a95745cbfb98959c4d4070ef7757b70e2979e5e.tar.gz
slackbuilds-3a95745cbfb98959c4d4070ef7757b70e2979e5e.tar.xz
network/tor: Updated for version 0.2.1.26.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/tor/README.SLACKWARE')
-rw-r--r--network/tor/README.SLACKWARE27
1 files changed, 27 insertions, 0 deletions
diff --git a/network/tor/README.SLACKWARE b/network/tor/README.SLACKWARE
new file mode 100644
index 0000000000..9e88ce90ed
--- /dev/null
+++ b/network/tor/README.SLACKWARE
@@ -0,0 +1,27 @@
+Tor is a toolset for a wide range of organizations and people that want
+to improve their safety and security on the Internet. Using Tor can help
+you anonymize web browsing and publishing, instant messaging, IRC,
+SSH, and other applications that use the TCP protocol. Tor also
+provides a platform on which software developers can build new
+applications with built-in anonymity, safety, and privacy features.
+
+This script requires a 'tor' user/group to exist before running.
+The recommended UID/GID is 220. You can create these like so:
+ groupadd -g 220 tor
+ useradd -u 220 -g 220 -c "The Onion Router" -d /dev/null -s /bin/false tor
+
+You can pass another user/group to the script; this is however, less safe:
+ TOR_USER=nobody TOR_GROUP=nogroup sh tor.SlackBuild
+
+The following can be used to start/stop tor automatically:
+/etc/rc.d/rc.local
+ if [ -x /etc/rc.d/rc.tor ]; then
+ /etc/rc.d/rc.tor start
+ fi
+
+/etc/rc.d/rc.local_shutdown
+ if [ -x /etc/rc.d/rc.tor ]; then
+ /etc/rc.d/rc.tor stop
+ fi
+
+Tor requires libevent.