From: florian Date: Fri, 29 Aug 2008 12:04:27 +0000 (+0000) Subject: Fix path to privoxy actions files (#3840) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c7322e87d11977fb19978d2796740696c1d64456;p=packages.git Fix path to privoxy actions files (#3840) git-svn-id: svn://svn.openwrt.org/openwrt/packages@12430 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/privoxy/files/privoxy.config b/net/privoxy/files/privoxy.config index 9c0be4bff..10ce9843a 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