[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-4-4-gaaf089d

Sergey B Kirpichev skirpichev at gmail.com
Tue Dec 14 20:52:16 UTC 2010


The following commit has been merged in the master branch:
commit cb0ea47047f17f12bad539924c992f9596a9ada8
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Tue Dec 14 23:24:26 2010 +0300

    remove examples/staticpages.sh

diff --git a/debian/examples/staticpages.sh b/debian/examples/staticpages.sh
deleted file mode 100644
index b6501b2..0000000
--- a/debian/examples/staticpages.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-# This script written by Cyrille Chepelov <cyrille at chepelov.org>
-
-AWSTATS="/usr/lib/cgi-bin/awstats.pl -config=/etc/awstats/awstats.conf"
-TARGET=/var/www
-
-# source user's overrides (TODO: provide commented out template file)
-
-[ -f /etc/awstats/awstats-static.conf ] && . /etc/awstats/awstats-static.conf
-
-$AWSTATS -update
-$AWSTATS -output -staticlinks > $TARGET/awstats.html
-
-for detail in allhosts lasthosts unknownip urldetail unknownreferer unknownrefererbrowser browserdetail allkeyphrases errors404; do
-	$AWSTATS -output=$detail -staticlinks > $TARGET/awstats.$detail.html
-done

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list