From 431ce37bfc83ccd5d5e0f1ebc871a6bc8738d9c9 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 30 Aug 2008 15:31:53 +0000 Subject: [PATCH] The jarfile directive is gone. Update accordingly. --- config | 43 +++++-------------------------------------- 1 file changed, 5 insertions(+), 38 deletions(-) diff --git a/config b/config index 24e84812..33691aba 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ -# Sample Configuration File for Privoxy v3.0.10 +# Sample Configuration File for Privoxy v3.0.11 # -# $Id: config,v 1.65 2008/06/13 15:41:42 fabiankeil Exp $ +# $Id: p-config.sgml,v 2.32 2008/08/30 12:03:09 fabiankeil Exp $ # # Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/ # @@ -305,8 +305,8 @@ confdir . # # Specifies: # -# The directory where all logging takes place (i.e. where logfile -# and jarfile are located). +# The directory where all logging takes place (i.e. where the +# logfile is located). # # Type of value: # @@ -468,40 +468,7 @@ filterfile default.filter logfile logfile # # -# 2.7. jarfile -# ============= -# -# Specifies: -# -# The file to store intercepted cookies in -# -# Type of value: -# -# File name, relative to logdir -# -# Default value: -# -# Unset (commented out). When activated: jarfile (Unix) or -# privoxy.jar (Windows). -# -# Effect if unset: -# -# Intercepted cookies are not stored in a dedicated log file. -# -# Notes: -# -# The jarfile may grow to ridiculous sizes over time. -# -# If debug 8 (show header parsing) is enabled, cookies are also -# written to the logfile with the rest of the headers. Therefore -# this option isn't very useful and may be removed in future -# releases. Please report to the developers if you are still -# using it. -# -#jarfile jarfile -# -# -# 2.8. trustfile +# 2.7. trustfile # =============== # # Specifies: -- 2.39.2