--- rpms/smeserver-awstats/contribs10/smeserver-awstats-1.4-bz11045.patch 2021/02/22 21:11:34 1.4 +++ rpms/smeserver-awstats/contribs10/smeserver-awstats-1.4-bz11045.patch 2021/02/22 21:16:30 1.5 @@ -124,7 +124,7 @@ diff -Nur smeserver-awstats-1.4.old/root -exit (0); diff -Nur smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf --- smeserver-awstats-1.4.old/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2018-07-20 09:44:29.000000000 -0400 -+++ smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2021-02-22 16:07:41.062000000 -0500 ++++ smeserver-awstats-1.4/root/etc/e-smith/templates/etc/e-smith/web/panels/manager/cgi-bin/.awstats/awstats.conf/10conf 2021-02-22 16:15:21.799000000 -0500 @@ -165,6 +165,7 @@ my $networkDB = esmith::ConfigDB->open('networks') or die("can't open Networks DB"); @@ -165,6 +165,15 @@ diff -Nur smeserver-awstats-1.4.old/root $OUT .= "127.0.0.1 $skipHosts $allIPs"; $OUT .= '"' . "\n"; +@@ -242,7 +242,7 @@ + + my $domainsDB = esmith::ConfigDB->open('domains') or die("can't open Domains DB"); + +- $OUT .= 'HostAliases="localhost 127\.0\.0\.1'; ++ $OUT .= 'HostAliases="localhost 127.0.0.1'; + + # push( @aliases, $DynDnsHostname ) if defined $DynDnsHostname; + # Need to find DynDnsHostname if it exists @@ -259,11 +259,11 @@ # needed for IE6 beta if ( defined $ipskipExtIP && $ipskipExtIP eq "mask" ) {