--- etc/jesred.conf.orig	Sat Aug 15 08:17:54 1998
+++ etc/jesred.conf	Mon Nov  8 18:54:12 1999
@@ -1,17 +1,17 @@
 # file with IP addresses, for which URL rewriting is [not] allowed
-allow = /local/squid/etc/redirect.acl
+allow = %%PREFIX%%/etc/squid/redirect.acl.sample
 
 # file with rules for URL rewriting
-rules = /local/squid/etc/redirect.rules
+rules = %%PREFIX%%/etc/squid/redirect.rules.sample
 
 # log file for general, error and debug messages (empty value or commenting
 # this out disables logging)
-redirect_log = /local/squid/logs/redirect.log
+redirect_log = %%PREFIX%%/squid/logs/redirect.log
 
 # log file for URL rewrites (empty value or commenting this out disables
 # logging of URL rewrites)
 # Log file format: Timestamp Client/Ident URL RURL NO
-rewrite_log = /local/squid/logs/rewrite.log
+rewrite_log = %%PREFIX%%/squid/logs/rewrite.log
 
 # Debug mode: if set to yes and DEBUG option was compiled in, this enables
 # debug logging to redirect_log
