wok-6.x diff awstats/receipt @ rev 5892
setserial: fix build (http://bugs.gentoo.org/309883)
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Jul 22 10:00:04 2010 +0200 (2010-07-22) |
parents | 92ad1f7ee59a |
children | 2fce698e019b |
line diff
1.1 --- a/awstats/receipt Tue Mar 30 10:54:38 2010 +0200 1.2 +++ b/awstats/receipt Thu Jul 22 10:00:04 2010 +0200 1.3 @@ -33,6 +33,10 @@ 1.4 1.5 cp stuff/awstats-apache.conf $fs/usr/share/awstats/extras 1.6 cp stuff/awstats-lighttpd.conf $fs/usr/share/awstats/extras 1.7 + 1.8 + # Add a link using google map 1.9 + sed -i 's|Full Whois Field"|Full Whois Field <a href=\\"http://en.utrace.de/?query=".$HostResolved."\\">?</a>"|' \ 1.10 + $fs/usr/share/awstats/plugins/hostinfo.pm 1.11 } 1.12 1.13 post_install()