diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-06-09 18:43:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-06-09 18:43:43 +0000 |
commit | ed426e6ac540d78b355acbddb255daf56e32f381 (patch) | |
tree | 9ec42c0b1165af8ac331836aad3e7bec2960c60d | |
parent | 4a08bb8926b54cb562a9d565ca48e4a936a3f8cf (diff) | |
download | tor-ed426e6ac540d78b355acbddb255daf56e32f381.tar tor-ed426e6ac540d78b355acbddb255daf56e32f381.tar.gz |
Add OSX uninstall instructions
svn:r4380
-rw-r--r-- | doc/tor-doc-osx.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/doc/tor-doc-osx.html b/doc/tor-doc-osx.html index 7977a13eb..6aa55ef0d 100644 --- a/doc/tor-doc-osx.html +++ b/doc/tor-doc-osx.html @@ -150,6 +150,33 @@ the <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify HOW them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the website category. Thanks!</p> +<h2>How To Uninstall</h2> + +<p>The Tor 0.1.0.x series does not come with an uninstaller; this feature + will be added in the 0.1.1.x series. If you want to remove Tor on OSX, + here's how:</p> + +<p>Change your application proxy settings back to their original values. + If you just want to stop using Tor, you can end at this point.</p> + +<p>To stop Tor and Privoxy from running on startup</b>, remove the + /Library/StartupItems/Tor and /Library/StartupItems/Privoxy directories + respectively. If you just want to stop Tor from running, you can end at this + point.</p> + +<p>To erase all remaining Tor and Privoxy files from your computer, delete + the following: + <ul><li>/Library/Tor</li> + <li>/Library/Privoxy</li> + <li>/usr/bin/tor</li> + <li>/usr/bin/tor_resolve</li> + <li>/var/log/tor</li> + <li>/usr/share/man/man1/tor.1</li> + <li>/usr/share/man/man1/tor-resolve.1</li> + <li>/usr/share/man/man1/torify.1</li> + </ul> +</p> + </body> </html> |