[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-6-5-g0d3e710
Sergey B Kirpichev
skirpichev at gmail.com
Fri Jun 1 15:23:55 UTC 2012
The following commit has been merged in the master branch:
commit e7289ec48dcc3bbe27396043db26e3afb724445b
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date: Fri Jun 1 19:18:31 2012 +0400
Show config name on error in update.sh (Closes: #675174, thanks to laurent at bearteam.org)
diff --git a/debian/update.sh b/debian/update.sh
index f62078f..55c4244 100755
--- a/debian/update.sh
+++ b/debian/update.sh
@@ -29,6 +29,8 @@ do
-config=$c \
-update >$ERRFILE 2>&1
then
+ echo "Error while processing" \
+ "/etc/awstats/awstats$(test $c != awstats && echo .$c).conf" >&2
cat $ERRFILE >&2 # an error occurred
fi
done
--
awstats Debian packaging
More information about the Pkg-awstats-commits
mailing list