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

Collapse All | Expand All

(-)tomcat.init (+2 lines)
Lines 46-51 Link Here
46
		--chdir "${CATALINA_TMPDIR}" \
46
		--chdir "${CATALINA_TMPDIR}" \
47
		--chuid ${CATALINA_USER}:${CATALINA_GROUP} \
47
		--chuid ${CATALINA_USER}:${CATALINA_GROUP} \
48
		--make-pidfile --pidfile /var/run/tomcat-7.pid \
48
		--make-pidfile --pidfile /var/run/tomcat-7.pid \
49
		--stdout ${CATALINA_BASE}/logs/catalina.out \
50
		--stderr ${CATALINA_BASE}/logs/catalina.out \
49
		--exec ${exec} -- ${OPTS_CP} "$@" ${CATALINA_ARGS} ${TOMCAT_START}
51
		--exec ${exec} -- ${OPTS_CP} "$@" ${CATALINA_ARGS} ${TOMCAT_START}
50
	return $?
52
	return $?
51
}
53
}

Return to bug 243348