I regularly have to change the umask for Tomcat instances - mainly developers insisting that they have to delete files in work/ during re-deployments. Since the start-stop-daemon seems to reset the umask from the environment, I have to alter the init script for each instances. Thus I want to apply the attached patch to www-servers/tomcat/files/tomcat.{conf,init}. Any thoughts? Reproducible: Always
Created attachment 378428 [details, diff] Patch for files/tomcat.{conf,init}
@java: Any comments on this?