summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-09-08 11:55:18 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-09-08 11:55:18 +0000
commit52da1e1a981f47bf6b456c6d4028d5dc9b88b179 (patch)
tree88964803580365a076574519fc9df85a2362561a /www-misc/awstats/files
parentStable on amd64 wrt bug #335817 (diff)
downloadgentoo-2-52da1e1a981f47bf6b456c6d4028d5dc9b88b179.tar.gz
gentoo-2-52da1e1a981f47bf6b456c6d4028d5dc9b88b179.tar.bz2
gentoo-2-52da1e1a981f47bf6b456c6d4028d5dc9b88b179.zip
Version bump to latest beta that seem to fix some security concerns. Take co-maintainership of package.
(Portage version: 2.2_rc77/cvs/Linux x86_64)
Diffstat (limited to 'www-misc/awstats/files')
-rw-r--r--www-misc/awstats/files/awstats-6.3-gentoo.diff10
1 files changed, 1 insertions, 9 deletions
diff --git a/www-misc/awstats/files/awstats-6.3-gentoo.diff b/www-misc/awstats/files/awstats-6.3-gentoo.diff
index ec3b115afa4f..8b316670ab3c 100644
--- a/www-misc/awstats/files/awstats-6.3-gentoo.diff
+++ b/www-misc/awstats/files/awstats-6.3-gentoo.diff
@@ -1,7 +1,7 @@
diff -urN awstats-6.3.orig/tools/awstats_configure.pl awstats-6.3/tools/awstats_configure.pl
--- awstats-6.3.orig/tools/awstats_configure.pl 2005-01-24 09:28:43.980923725 -0500
+++ awstats-6.3/tools/awstats_configure.pl 2005-01-24 09:28:52.034571769 -0500
-@@ -658,13 +658,27 @@
+@@ -658,6 +658,20 @@
print "\n-----> Restart Web server with '$command'\n";
my $ret=`$command`;
print "$ret";
@@ -22,11 +22,3 @@ diff -urN awstats-6.3.orig/tools/awstats_configure.pl awstats-6.3/tools/awstats_
} elsif (-x "/sbin/service") {
# We are not on debian
my $command="/sbin/service httpd restart";
- print "\n-----> Restart Web server with '$command'\n";
- my $ret=`$command`;
- print "$ret";
-- } else {
-+ } else {
- print "\n-----> Don't forget to restart manually your web server\n";
- }
- }