# diff -ruN fwanalog.dist fwanalog
--- fwanalog.dist       Fri May 18 00:23:19 2007
+++ fwanalog    Fri May 18 00:41:21 2007
~AT~~AT~ -993,7 +993,8 ~AT~~AT~
     fi
 
     #               1      2      3     4           5             6        7         8     9         10    11       12       13
-    $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(Deny|Reject) ([\w-]+) ([0-9.]+):(\d*) ([0-9.]+):(\d*) ([\w-]+) ([\w-]+) ([\w-]+)\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$6/\$10/ HTTP/1.0\" 200 1 \"http://\$8/\" \"\" 0 \$13 !" \$outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log
+    $perl -pwe "s!^(\d+) +(\w+) +(\d+) ([0-9:]+) .+(Deny|Reject) ([\w-]+) ([0-9.]+):(\d*) ([0-9.]+):(\d*) ([\w-]+) ([\w-]+) ([\w-]+)\$!\$7 - - [\$3/\$2/\$1:\$4 $timezone] \"GET /$reqhost/\$6/\$10/ HTTP/1.0\" 200 1 \"http://\$8/\" \"\" 0 \$13 !" \
+    $outdir/fwanalog.current.withyear > $outdir/fwanalog.current.log
 
     # $outdir/fwanalog.current.log now contains the data in the Analog URL format.
 }

