From: oes Date: Tue, 6 Aug 2002 11:56:24 +0000 (+0000) Subject: Generated X-Git-Tag: v_2_9_18~12 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=a7e512fe2694c9a8ffd59d97083bf44812d7b06f;p=privoxy.git Generated --- diff --git a/doc/webserver/faq/installation.html b/doc/webserver/faq/installation.html index 7b312ff5..74fcc359 100644 --- a/doc/webserver/faq/installation.html +++ b/doc/webserver/faq/installation.html @@ -357,71 +357,29 @@ NAME="OSXUNINSTALL" empty the trash.

Just dragging the Privoxy is installed with root permissions. - When you drag the Privoxy folder to the trash, the general user does not - have (as the Finder says) sufficient privileges to delete it. Unfortunately, - the finder does not offer a way to enter the administrator password in order - to prove you do in fact own this computer. To fix this situation, open the - Terminal application and carefully enter the following commands: -

   cd ~
-   cd .Trash
-   sudo rm -rf Privoxy
folder to the trash is + not enough to delete it. Privoxy supplies an + uninstall.command file that takes care of + these details. Open the trash, drag the uninstall.command + file out of the trash and double-click on it. You will be prompted for + confirmation and the administration password.

The trash may still appear full after this command; emptying the trash from the desktop should make it appear empty again.

Warning

Be extra-sure to enter the commands EXACTLY as shown - above. Removing files recusively with administrator priviledges (as happens - with sudo rm -rf is serious business and even small - typos can have devasting effects! -