From: Roland Rosenfeld <roland@spinnaker.de> Date: Thu, 23 May 2002 19:16:43 +0000 (+0000) Subject: Correct Debian specials (installation and startup). X-Git-Tag: v_3_0_branchpoint~24 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/developer-manual/static/diff?a=commitdiff_plain;h=f6631948da9a32370dc62896bbb6c634ae15b524;p=privoxy.git Correct Debian specials (installation and startup). --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index d0055131..c325f44d 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -30,7 +30,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 1.118 2002/05/21 04:54:55 hal9 Exp $ + $Id: user-manual.sgml,v 1.119 2002/05/22 17:17:05 oes Exp $ Copyright (C) 2001, 2002 Privoxy Developers <developers@privoxy.org> See LICENSE. @@ -56,7 +56,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 1.118 2002/05/21 04:54:55 hal9 Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 1.119 2002/05/22 17:17:05 oes Exp $</pubdate> <!-- @@ -220,7 +220,10 @@ automatically start Privoxy in the boot process. <!-- ~~~~~ New section ~~~~~ --> <sect3 id="installation-deb"><title>Debian</title> <para> - FIXME. + DEBs can be installed with <literal>dpkg -i + privoxy_&p-version;-1.deb</literal>, and will use + <filename>/etc/privoxy</filename> for the location of configuration + files. </para> </sect3> @@ -799,12 +802,12 @@ automatically start Privoxy in the boot process. directory. Except on Win32 where it will try <filename>config.txt</filename>. </para> -<sect2 id="start-redhatdebian"> -<title>RedHat, Conectiva and Debian</title> +<sect2 id="start-redhat"> +<title>RedHat and Conectiva</title> <para> We use a script. Note that RedHat does not start Privoxy upon booting per default. It will use the file <filename>/etc/privoxy/config</filename> as its -main configuration file. FIXME: Debian?? +main configuration file. </para> <para> <screen> @@ -813,6 +816,21 @@ main configuration file. FIXME: Debian?? </para> </sect2> +<sect2 id="start-debian"> +<title>Debian</title> +<para> + We use a script. Note that Debian starts Privoxy upon booting per + default. It will use the file + <filename>/etc/privoxy/config</filename> as its main configuration + file. +</para> +<para> + <screen> + # /etc/init.d/privoxy start +</screen> +</para> +</sect2> + <sect2 id="start-suse"> <title>SuSE</title> <para> @@ -7116,6 +7134,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut Temple Place - Suite 330, Boston, MA 02111-1307, USA. $Log: user-manual.sgml,v $ + Revision 1.119 2002/05/22 17:17:05 oes + Added Security hint + Revision 1.118 2002/05/21 04:54:55 hal9 -New Section: Quickstart to Ad Blocking -Reformat Actions Anatomy to match new CGI layout