# HG changeset patch # User Pascal Bellard # Date 1266099237 -3600 # Node ID f16dac640ecf2bbee56e9a277d94004d1555a22f # Parent 2e29c594f34e4ce6abd7ac8a24b32062edc2209f awstats: fix apache conf diff -r 2e29c594f34e -r f16dac640ecf awstats/stuff/awstats-apache.conf --- a/awstats/stuff/awstats-apache.conf Sat Feb 13 20:16:32 2010 +0000 +++ b/awstats/stuff/awstats-apache.conf Sat Feb 13 23:13:57 2010 +0100 @@ -1,8 +1,8 @@ # Config file for running AWStats with Apache Alias /classes "/usr/share/awstats/classes/" -Alias /css "/usr//share/awstats//css/" -Alias /icons "/usr//share/awstats//icon/" +Alias /css "/usr/share/awstats//css/" +Alias /icon "/usr/share/awstats//icon/" ScriptAlias /stats/ "/var/www/cgi-bin/" diff -r 2e29c594f34e -r f16dac640ecf xarchive/stuff/slitaz-wrap.sh --- a/xarchive/stuff/slitaz-wrap.sh Sat Feb 13 20:16:32 2010 +0000 +++ b/xarchive/stuff/slitaz-wrap.sh Sat Feb 13 23:13:57 2010 +0100 @@ -151,7 +151,7 @@ cmd=$1 shift tmp="$(mktemp -d -t fstmp.XXXXXX)" -while read command exts umnt; do +while read command umnt exts; do case " $exts " in *\ $lc_ext\ *) $command "$archive" $tmp break