[SCM] tomcat7: Servlet and JSP engine branch, master, updated. debian/7.0.26-1-7-gb118bd2
tony mancill
tmancill at debian.org
Fri Apr 27 04:45:46 UTC 2012
The following commit has been merged in the master branch:
commit b118bd21e3d95582b48e60b0602249170292944d
Author: tony mancill <tmancill at debian.org>
Date: Thu Apr 26 21:38:16 2012 -0700
update md5sum for postrm
diff --git a/debian/tomcat7.postrm b/debian/tomcat7.postrm
index 0c013c7..b69cca1 100644
--- a/debian/tomcat7.postrm
+++ b/debian/tomcat7.postrm
@@ -14,7 +14,7 @@ case "$1" in
RWLOC="/var/lib/tomcat7/webapps/ROOT"
RWFILES="$RWLOC/index.html $RWLOC/META-INF/context.xml"
if [ "`(cat $RWFILES | md5sum -) 2>/dev/null | cut -d ' ' -f 1`" \
- = "570f093194741c60ee21adeaedca8af4" ] ; then
+ = "5fd8a7021414f40e1b7ed98a6bd4478b" ] ; then
rm $RWFILES
rmdir --ignore-fail-on-non-empty \
/var/lib/tomcat7/webapps/ROOT/META-INF \
--
tomcat7: Servlet and JSP engine
More information about the pkg-java-commits
mailing list