From 1e6023fdca7edc1853a2e786a35260d331fd354e Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 29 Aug 2008 12:04:27 +0000 Subject: [PATCH] Fix path to privoxy actions files (#3840) SVN-Revision: 12430 --- net/privoxy/files/privoxy.config | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/net/privoxy/files/privoxy.config b/net/privoxy/files/privoxy.config index 9c0be4bff2..10ce9843ab 100644 --- a/net/privoxy/files/privoxy.config +++ b/net/privoxy/files/privoxy.config @@ -1,8 +1,8 @@ -confdir /etc/privoxy/ -logdir /var/log/ -actionsfile standard # Internal purpose, recommended -actionsfile default # Main actions file -actionsfile user # User customizations +confdir /etc/privoxy +logdir /var/log +actionsfile standard.action # Internal purpose, recommended +actionsfile default.action # Main actions file +actionsfile user.action # User customizations filterfile default.filter logfile logfile jarfile jarfile @@ -19,4 +19,3 @@ enable-remote-toggle 1 enable-edit-actions 1 permit-access 192.168.1.0/24 buffer-limit 4096 -#hide-console -- 2.30.2