From: hal9 Date: Tue, 23 Apr 2002 05:37:54 +0000 (+0000) Subject: Add AmigaOS install stuff. X-Git-Tag: v_3_0_branchpoint~269 X-Git-Url: http://www.privoxy.org/gitweb/06member.jpg?a=commitdiff_plain;h=b65c2046a11215f61434b7651c8081d6dddf970d;p=privoxy.git Add AmigaOS install stuff. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 09fd525f..0e6edb62 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -25,7 +25,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.86 2002/04/21 01:46:32 hal9 Exp $ + $Id: user-manual.sgml,v 1.87 2002/04/23 02:53:15 david__schmidt Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -46,7 +46,7 @@ Privoxy User Manual -$Id: user-manual.sgml,v 1.86 2002/04/21 01:46:32 hal9 Exp $ +$Id: user-manual.sgml,v 1.87 2002/04/23 02:53:15 david__schmidt Exp $ @@ -189,11 +189,18 @@ Red Hat and SuSE RPMs - RPMs can be installed with rpm -Uvh <name-of-rpm.rpm>, + RPMs can be installed with rpm -Uvh privoxy-&p-version;-1.rpm, and will use /etc/privoxy for the location of configuration files. + + If you have problems with failed dependencies, try rebuilding the SRC RPM: + rpm --rebuild privoxy-&p-version;-1.src.rpm;. This + will use your locally installed libraries and RPM version. + + + Note that if you have a Junkbuster RPM installed on your system, you need to remove it first, because the packages conflict. @@ -235,8 +242,7 @@ First, make sure that no previous installations of Junkbuster and / or Privoxy are left on your - system. - You can do this by + system. You can do this by @@ -270,7 +276,19 @@ AmigaOS - Unpack the .lha archive, then FIXME. + Copy and then unpack the lha archive to a suitable location. + All necessary files will be installed into Privoxy + directory, including all configuration and log files. To uninstall, just + remove this directory. + + + Start Privoxy (with RUN <>NIL:) in your + startnet script (AmiTCP), in + s:user-startup (RoadShow), as startup program in your + startup script (Genesis), or as startup action (Miami and MiamiDx). + Privoxy will automatically quit when you quit your + TCP/IP stack (just ignore the harmless warning your TCP/IP stack may display that + Privoxy is still running). @@ -429,7 +447,7 @@ - For Red Hat: /etc/rc.d/init.d/privoxy start + For Red Hat and Debian: /etc/rc.d/init.d/privoxy start @@ -4917,7 +4935,7 @@ Requests One quick test to see if Privoxy is causing a problem or not, is to disable it temporarily. This should be the first troubleshooting step. See the Bookmarklets section on a quick - and easy way to do this. + and easy way to do this (be sure to flush caches afterwards!). @@ -5208,6 +5226,10 @@ Requests Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.87 2002/04/23 02:53:15 david__schmidt + Updated OSX installation section + Added a few English tweaks here an there + Revision 1.86 2002/04/21 01:46:32 hal9 Re-write actions section.