From c195f95c950b2b89905fce58b4eb560d817ed371 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 1 Jun 2007 14:14:29 +0000 Subject: [PATCH] Adjust actionsfile directives to use complete file names. --- doc/source/p-config.sgml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 62979eb6..3c743400 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.14 2007/03/22 14:10:59 fabiankeil Exp $ + $Id: p-config.sgml,v 2.15 2007/05/21 10:58:43 fabiankeil Exp $ Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.14 2007/03/22 14:10:59 fabiankeil Exp $ + $Id: p-config.sgml,v 2.15 2007/05/21 10:58:43 fabiankeil Exp $ Copyright (C) 2001-2007 Privoxy Developers http://www.privoxy.org/ @@ -657,7 +657,7 @@ actionsfile Type of value: - File name, relative to confdir, without the .action suffix + Complete file name, relative to confdir @@ -665,13 +665,13 @@ actionsfile - standard # Internal purposes, no editing recommended + standard.action # Internal purposes, no editing recommended - default # Main actions file + default.action # Main actions file - user # User customizations + user.action # User customizations @@ -680,7 +680,7 @@ actionsfile Effect if unset: - No actions are taken at all. Simple neutral proxying. + No actions are taken at all. More or less neutral proxying. @@ -702,15 +702,20 @@ actionsfile There is no point in using Privoxy without at least one actions file. + + Note that since Privoxy 3.0.7, the complete filename, including the .action + extension has to be specified. The syntax change was necessary to be consistent + with the other file options and to allow previously forbidden characters. + -@@actionsfile standard # Internal purpose, recommended]]> -@@actionsfile default # Main actions file]]> -@@actionsfile user # User customizations]]> +@@actionsfile standard.action # Internal purpose, recommended]]> +@@actionsfile default.action # Main actions file]]> +@@actionsfile user.action # User customizations]]> -- 2.39.2