When running upgrade-config.pl on a conf file that's already 2.6
(but e.g. not 2.6d), any existing " age = " lines (in the Purge
section) are removed:
--- wwwoffle.conf.old Wed Aug 15 14:24:43 2001
+++ wwwoffle.conf Wed Aug 15 14:24:50 2001
@@ -1069,14 +1069,8 @@
# Options re-sorted for WWWOFFLE version 2.6d by wwwoffle-upgrade-config
# Now the "first match" is used, previously it was "longest match".
-# <*://bar.foo.com/> age = 14
-# <*://foo.bar.com/> age = -1
-# <*://foo.com/> age = 7
-# <*://bar.com/> age = 0
# <http://*> proxy = none
-# <ftp://*> age = 7
- age = 92
}
Even the commented out lines are deleted.
As this goes totally unnoticed (no messages about this whatsoever)
people may end up losing significant amounts of their cache...
Paul Slootman