Hallo Baruch,
am Sun, 30.09.2007 um 21:07 h +0200 schriebst Du:
>
> The patch is missing.
>
> Baruch
Here it is...
Sorry. I must have been messing around with "reportbug".
Olaf
--- websec.orig 2006-09-16 18:28:04.000000000 +0200
+++ websec 2007-09-30 12:48:16.000000000 +0200
@@ -146,7 +146,10 @@
# Default return code
$rc = 0;
-my $urllistfile = $base . "/" . "$urllist";
+my $urllistfile = $urllist;
+if ( $urllist !~ m/^\// ) {
+ $urllistfile = $base . "/" . "$urllist";
+}
if (! -e $urllistfile) {
print STDERR "Missing config file $urllistfile, Exiting.\n";
exit 1;