]> git.pld-linux.org Git - packages/awstats.git/commitdiff
- updated to 6.9 auto/th/awstats-6_9-1
authorluzik <luzik@pld-linux.org>
Tue, 24 Mar 2009 07:58:41 +0000 (07:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    awstats-PLD.patch -> 1.3
    awstats-created_dir_mode.patch -> 1.2

awstats-PLD.patch
awstats-created_dir_mode.patch

index bc25f52c2d62980a9f4d1aa98eef3bc0fc0c3959..76f7f66bdcabae4189e09d1e40f27cc20b810327 100644 (file)
@@ -73,26 +73,14 @@ diff -Nur b.awstats-6.6/tools/awstats_updateall.pl n.awstats-6.6/tools/awstats_u
                $AwstatsFound=1;
        }
        if (! $AwstatsFound) {
-diff -Nur b.awstats-6.6/wwwroot/cgi-bin/awstats.pl n.awstats-6.6/wwwroot/cgi-bin/awstats.pl
---- b.awstats-6.6/wwwroot/cgi-bin/awstats.pl   2007-01-16 13:14:33.000000000 +0100
-+++ n.awstats-6.6/wwwroot/cgi-bin/awstats.pl   2007-01-16 13:15:15.000000000 +0100
-@@ -1143,7 +1143,7 @@
-                       @PossibleConfigDir=("$configdir");
-               #}
+--- awstats-6.9/wwwroot/cgi-bin/awstats.pl.fix 2009-03-20 13:48:27.572771826 +0100
++++ awstats-6.9/wwwroot/cgi-bin/awstats.pl     2009-03-20 13:49:16.911789620 +0100
+@@ -1642,7 +1642,7 @@ sub Read_Config {
        }
--      else { @PossibleConfigDir=("$DIR","/etc/awstats","/usr/local/etc/awstats","/etc","/etc/opt/awstats"); }
-+      else { @PossibleConfigDir=("$DIR","/etc/webapps/awstats","/etc/awstats","/usr/local/etc/awstats","/etc","/etc/opt/awstats"); }
-       # Open config file
-       $FileConfig=$FileSuffix='';
-@@ -5681,8 +5681,8 @@
-       print "  First, $PROG tries to read $PROG.virtualhostname.conf as the config file.\n";
-       print "  If not found, $PROG tries to read $PROG.conf\n";
-       print "  Note 1: Config files ($PROG.virtualhostname.conf or $PROG.conf) must be\n";
--      print "   in /etc/awstats, /usr/local/etc/awstats, /etc or same directory than\n";
--      print "   awstats.pl script file.\n";
-+      print "   in /etc/webapps/awstasts, /etc/awstats, /usr/local/etc/awstats, /etc\n";
-+      print "   or same directory than awstats.pl script file.\n";
-       print "  Note 2: If AWSTATS_FORCE_CONFIG environment variable is defined, AWStats will\n";
-       print "   use it as the \"config\" value, whatever is the value on command line or URL.\n";
-       print "   See AWStats documentation for all setup instrutions.\n";
+       else {
+               @PossibleConfigDir = (
+-                                                         "$DIR",                   "/etc/awstats",
++                                                         "$DIR", "/etc/webapps/awstats", "/etc/awstats",
+                                                          "/usr/local/etc/awstats", "/etc",
+                                                          "/etc/opt/awstats"
+               );
index 949a385e6db89095576de2e49af50e7cd70baedf..a6a68141aed7f9a1130c28df3f9b400e50e5a8a6 100644 (file)
@@ -1,12 +1,11 @@
-diff -dur -x '*~' awstats-6.5.orig1/wwwroot/cgi-bin/awstats.pl awstats-6.5/wwwroot/cgi-bin/awstats.pl
---- awstats-6.5.orig1/wwwroot/cgi-bin/awstats.pl       2005-03-20 19:11:05.000000000 +0100
-+++ awstats-6.5/wwwroot/cgi-bin/awstats.pl     2005-08-21 19:43:31.000000000 +0200
-@@ -1770,7 +1770,7 @@
-       if (! $MigrateStats && ! -d $DirData) {
+--- awstats-6.9/wwwroot/cgi-bin/awstats.pl.fix 2009-03-20 13:53:04.308433852 +0100
++++ awstats-6.9/wwwroot/cgi-bin/awstats.pl     2009-03-20 13:53:20.211765413 +0100
+@@ -2850,7 +2850,7 @@ sub Check_Config {
+       if ( !$MigrateStats && !-d $DirData ) {
                if ($CreateDirDataIfNotExists) {
-                       if ($Debug) { debug(" Make directory $DirData",2); }
--                      my $mkdirok=mkdir "$DirData", 0766;
-+                      my $mkdirok=mkdir "$DirData", 0755;
-                       if (! $mkdirok) { error("$PROG failed to create directory DirData (DirData=\"$DirData\", CreateDirDataIfNotExists=$CreateDirDataIfNotExists)."); }
-               }
-               else {
+                       if ($Debug) { debug( " Make directory $DirData", 2 ); }
+-                      my $mkdirok = mkdir "$DirData", 0766;
++                      my $mkdirok = mkdir "$DirData", 0755;
+                       if ( !$mkdirok ) {
+                               error(          "$PROG failed to create directory DirData (DirData=\"$DirData\", CreateDirDataIfNotExists=$CreateDirDataIfNotExists)."
+                               );
This page took 0.10647 seconds and 4 git commands to generate.