Fix path to privoxy actions files (#3840)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Aug 2008 12:04:27 +0000 (12:04 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 29 Aug 2008 12:04:27 +0000 (12:04 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12430 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/privoxy/files/privoxy.config

index 9c0be4b..10ce984 100644 (file)
@@ -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