http://bugzilla.novell.com/show_bug.cgi?id=488061 User mvyskocil@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=488061#c3 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Michal Vyskocil <mvyskocil@novell.com> 2009-06-03 03:23:49 MDT --- I did not get the response from jpackage.org. I added your patch to Factory (with update of tomcat6 to 6.0.20). The version from 11.0 should be available in Java:packages. The only thing I changed is a removal command, because there are two mandatory directories, which should not be removed - Catalina (see bug#424675) and temp, so I used a following commands: find ${CATALINA_HOME}/work/ -maxdepth 1 -type 'd' \! -name 'Catalina' \! -name 'temp' -print0 | xargs -0 rm -rf find ${CATALINA_HOME}/work/Catalina/ ${CATALINA_HOME}/temp/ -print0 | xargs -0 rm -rf Because a number of files to delete should be potentially big, I used the find | xargs rather than globbing. Submitted to Java:packages. The submit request (11394) to Factory was also created. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.