The following commit has been merged in the master branch:
commit b118bd21e3d95582b48e60b0602249170292944d
Author: tony mancill <[email protected]>
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
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits