Updated osx uninstall instructions.
Andrew Lewman

Andrew Lewman commited on 2006-07-06 19:09:15
Zeige 1 geänderte Dateien mit 11 Einfügungen und 25 Löschungen.

... ...
@@ -208,35 +208,21 @@ guide.</p>
208 208
 <h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2>
209 209
 <br />
210 210
 
211
-<p>The Tor 0.1.0.x series does not come with an uninstaller; this feature
212
-  will be added in the 0.1.1.x series.  If you want to remove Tor on OSX,
213
-  here's how:</p>
211
+<p>The Tor 0.1.0.x series and beyond have a command line or
212
+Terminal-based uninstaller.  If you want to remove Tor on OSX, here's how:</p>
214 213
 
215 214
 <p>Change your application proxy settings back to their original values.
216 215
    If you just want to stop using Tor, you can end at this point.</p>
217 216
 
218
-<p>To stop Tor and Privoxy from running on startup, remove the
219
-   /Library/StartupItems/Tor and /Library/StartupItems/Privoxy directories
220
-   respectively. If you just want to stop Tor from running, you can end at this
221
-   point.</p>
222
-
223
-<p>To erase all remaining Tor and Privoxy files from your computer, delete
224
-  the following:
225
-   <ul>
226
-   <li>/Library/Tor</li>
227
-   <li>/Library/Privoxy</li>
228
-   <li>/usr/bin/tor</li>
229
-   <li>/usr/bin/tor_resolve</li>
230
-   <li>/var/log/tor</li>
231
-   <li>/usr/share/man/man1/tor.1</li>
232
-   <li>/usr/share/man/man1/tor-resolve.1</li>
233
-   <li>/usr/share/man/man1/torify.1</li>
234
-   <li>/Library/Receipts/Privoxy.pkg/</li>
235
-   <li>/Library/Receipts/privoxyconf.pkg/</li>
236
-   <li>/Library/Receipts/Tor.pkg/</li>
237
-   <li>/Library/Receipts/torstartup.pkg/</li>
238
-  </ul>
239
-
217
+<p>If you want to completely remove Tor, and your account has Admin
218
+Privileges, then proceed as follows:</p>
219
+<ol>
220
+<li> Open up a Terminal or x-term session.</li>
221
+<li> cd /Library/Tor</li>
222
+<li> sudo -s</li>
223
+<li> ./uninstall_tor_bundle.sh</li>
224
+</ol>
225
+<p>Tor and Privoxy are now completely removed from your system.</p>
240 226
 
241 227
 <hr />
242 228
 
243 229