fix last commit

This commit is contained in:
Daniel Berteaud 2012-04-03 16:03:21 +02:00
parent a1ab21c4da
commit af143ab787
3 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
use esmith::Build::CreateLinks qw(:all);
templates2events("/usr/share/awstats/wwwroot/index.html", qw(webapps-update bootstrap-console-save domain-create domain-modify domain-delete));
safe_symlink("/etc/e-smith/templates-default/template-begin-html", "root/etc/e-smith/templates/usr/share/awstats/wwwroot/index.html/template-begin");
foreach my $event (qw/webapps-update bootstrap-console-save domain-create domain-modify domain-delete/){
event_link("awstats-update", "$event", "80");

View File

@ -1,5 +1,5 @@
%define version 0.1.1
%define release 1.beta0
%define release 1.beta1
%define name ipasserelle-stats

View File

@ -6,6 +6,5 @@ foreach my $dom ($d->domains){
next unless ($stats eq 'enabled');
my $name = $dom->key;
$OUT .= "<a href=\"https://stats.$DomainName/cgi-bin/awstats.pl?config=$name\">$name</a><p>\n";
HERE
}
}