Changeset 1867
- Timestamp:
- 08/22/07 19:39:23 (9 months ago)
- Files:
-
- alternc-awstats/trunk/alternc-awstats (modified) (2 diffs)
- alternc-awstats/trunk/debian/changelog (modified) (1 diff)
- alternc-awstats/trunk/debian/rules (modified) (1 diff)
- alternc-awstats/trunk/logresolvemerge.pl (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc-awstats/trunk/alternc-awstats
r1794 r1867 35 35 do 36 36 echo "processing $DOM (for access files in $ACCESSLOGPATH/access.log* )" 37 /usr/lib/cgi-bin/awstats.pl -config=$DOM -update -LogFile="/usr/ share/doc/awstats/examples/logresolvemerge.pl $ACCESSLOGPATH/access.log* |"37 /usr/lib/cgi-bin/awstats.pl -config=$DOM -update -LogFile="/usr/lib/alternc/logresolvemerge.pl $ACCESSLOGPATH/access.log* |" 38 38 read DOM 39 39 done … … 54 54 if [ -z "$ACCESSLOG" ] 55 55 then 56 ACCESSLOG="/usr/ share/doc/awstats/examples/logresolvemerge.pl /var/log/apache/access.log /var/log/apache/access.log.1 | "56 ACCESSLOG="/usr/lib/alternc/logresolvemerge.pl /var/log/apache/access.log /var/log/apache/access.log.1 | " 57 57 fi 58 58 mysql -h"$MYSQL_HOST" -p"$MYSQL_PASS" -u"$MYSQL_USER" "$MYSQL_DATABASE" -B -e "SELECT hostname FROM aws" |grep -v "^hostname" | dostat alternc-awstats/trunk/debian/changelog
r1866 r1867 1 alternc-awstats (0.5.1) testing; urgency=low 2 3 * adding logresolvemerge.pl : it is present in awstats package, but with DOS cr/lf !! (bugreport filled) 4 * lintian compliance, changing /usr/bin/php4 > /usr/bin/php (works with php5-cli) 5 6 -- Benjamin Sonntag <benjamin@alternc.org> Thu, 22 Aug 2007 19:38:00 +0200 7 1 8 alternc-awstats (0.5) testing; urgency=low 2 9 3 * lintian compliance, changing /usr/bin/php4 > /usr/bin/php (works with php5-cli)4 10 * on php5 : Warning: Invalid argument supplied for foreach() in /var/alternc/bureau/class/m_aws.php on line 295 5 11 * Default should be "not public" alternc-awstats/trunk/debian/rules
r1784 r1867 61 61 62 62 install -m 0644 -g root -o root alterncawstats.conf debian/alternc-awstats/etc/alternc/ 63 install -m 0755 -g root -o root logresolvemerge.pl debian/alternc-awstats/usr/lib/alternc/ 63 64 install -m 0644 -g www-data -o www-data awstats_alternc.png debian/alternc-awstats/usr/share/awstats/icon/other/ 64 65 install -m 0755 -g www-data -o www-data alternc-awstats debian/alternc-awstats/usr/lib/alternc/
