I just updated to 9.24. The init.d script failed to start tomcat because it is expecting Ubuntu.
DISTRIB_ID=lsb_release -i -s 2>/dev/null
returns
Debian and the code below is looking for Ubuntu. I simply edited it to reflect Debian and all worked fine.
if [ "${DISTRIB_ID}" = "Ubuntu" ]; then