pkgsrc/www/awstats/patches/patch-aa
adam adb40f400b Changes 7.1.1:
New features:
- Add windows 8 detection
- Add support of %time5 for iso date times.
- Fix problems with Perl 5.14
2013-04-27 11:19:38 +00:00

15 lines
446 B
Text

$NetBSD: patch-aa,v 1.12 2013/04/27 11:19:38 adam Exp $
Check for configdir.
--- wwwroot/cgi-bin/awstats.pl.orig 2013-03-08 20:16:52.000000000 +0000
+++ wwwroot/cgi-bin/awstats.pl
@@ -1713,7 +1713,7 @@ sub Read_Config {
"/etc/opt/awstats"
);
- if ($configdir) {
+ if ($configdir && $ENV{"AWSTATS_ENABLE_CONFIG_DIR"}) {
# Check if configdir is outside default values.
my $outsidedefaultvalue=1;
foreach (@PossibleConfigDir) {