Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 310029 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/init.d/tomcat-6 (-1 / +1 lines)
Lines 37-43 Link Here
37
37
38
	if [ ! -f "${CATALINA_BASE}logs/catalina.out" ]; then
38
	if [ ! -f "${CATALINA_BASE}logs/catalina.out" ]; then
39
		touch "${CATALINA_BASE}logs/catalina.out"
39
		touch "${CATALINA_BASE}logs/catalina.out"
40
		chown tomcat:tomcat "${CATALINA_BASE}logs/catalina.out"
40
		chown "$CATALINA_USER}:${CATALINA_GROUP}" "${CATALINA_BASE}logs/catalina.out"
41
	fi
41
	fi
42
}
42
}
43
43

Return to bug 310029