Add 'action' suffix to actions files as temp fix until 3.0.7 is out.
authorhal9 <hal9@users.sourceforge.net>
Sat, 3 Nov 2007 12:08:18 +0000 (12:08 +0000)
committerhal9 <hal9@users.sourceforge.net>
Sat, 3 Nov 2007 12:08:18 +0000 (12:08 +0000)
config

diff --git a/config b/config
index 788fc44..a38e7de 100644 (file)
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
 #        Sample Configuration File for Privoxy v3.0.6
 #
 #        Sample Configuration File for Privoxy v3.0.6
 #
-#  $Id: config,v 1.56 2006/11/14 01:54:36 hal9 Exp $
+#  $Id: config,v 1.57 2007/01/02 01:39:52 david__schmidt Exp $
 #
 #  Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org
 #
 #
 #  Copyright (C) 2001-2006 Privoxy Developers http://privoxy.org
 #
@@ -334,9 +334,9 @@ logdir .
 #      privacy considerations, etc. There is no point in using Privoxy
 #      without at least one actions file.
 #
 #      privacy considerations, etc. There is no point in using Privoxy
 #      without at least one actions file.
 #
-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.4. filterfile
 
 #
 #  2.4. filterfile