diff options
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 |
commit | 3a95745cbfb98959c4d4070ef7757b70e2979e5e (patch) | |
tree | c1e13c6c8e3ce7843322274b8dde477ad201c076 /network/tor/README | |
parent | e5caa41352d6e4abe04009ee7172c85dd0be9280 (diff) | |
download | slackbuilds-3a95745cbfb98959c4d4070ef7757b70e2979e5e.tar.gz |
network/tor: Updated for version 0.2.1.26.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/tor/README')
-rw-r--r-- | network/tor/README | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/network/tor/README b/network/tor/README index 9e88ce90ed..3ec67d2c87 100644 --- a/network/tor/README +++ b/network/tor/README @@ -13,15 +13,6 @@ The recommended UID/GID is 220. You can create these like so: 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 +See README.SLACKWARE for how to start tor on boot. Tor requires libevent. |