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

Collapse All | Expand All

(-)tomcat-5.0.28-r5.ebuild (-1 / +3 lines)
Lines 129-135 Link Here
129
	newinitd ${FILESDIR}/${PV}/tomcat.init ${TOMCAT_NAME}
129
	newinitd ${FILESDIR}/${PV}/tomcat.init ${TOMCAT_NAME}
130
	newconfd ${FILESDIR}/${PV}/tomcat.conf ${TOMCAT_NAME}
130
	newconfd ${FILESDIR}/${PV}/tomcat.conf ${TOMCAT_NAME}
131
	newenvd ${FILESDIR}/${PV}/${PN}.env 21${PN}
131
	newenvd ${FILESDIR}/${PV}/${PN}.env 21${PN}
132
	cp ${FILESDIR}/${PV}/log4j.properties ${D}/etc/tomcat-5/
133
132
134
	if use jikes; then
133
	if use jikes; then
135
		sed -e "\cCATALINA_OPTScaCATALINA_OPTS=\"-Dbuild.compiler.emacs=true\"" \
134
		sed -e "\cCATALINA_OPTScaCATALINA_OPTS=\"-Dbuild.compiler.emacs=true\"" \
Lines 217-222 Link Here
217
	dosym /var/tmp/${TOMCAT_NAME}/default /var/lib/${TOMCAT_NAME}/default/temp
216
	dosym /var/tmp/${TOMCAT_NAME}/default /var/lib/${TOMCAT_NAME}/default/temp
218
	dosym /var/run/${TOMCAT_NAME}/default /var/lib/${TOMCAT_NAME}/default/work
217
	dosym /var/run/${TOMCAT_NAME}/default /var/lib/${TOMCAT_NAME}/default/work
219
218
219
	cp ${FILESDIR}/${PV}/log4j.properties ${D}/etc/${TOMCAT_NAME}/
220
	chown tomcat:tomcat ${D}/etc/${TOMCAT_NAME}/log4j.properties
221
220
	use doc && dodoc ${S}/jakarta-tomcat-5/{LICENSE,RELEASE-NOTES,RUNNING.txt}
222
	use doc && dodoc ${S}/jakarta-tomcat-5/{LICENSE,RELEASE-NOTES,RUNNING.txt}
221
	fperms 640 /etc/${TOMCAT_NAME}/default/tomcat-users.xml
223
	fperms 640 /etc/${TOMCAT_NAME}/default/tomcat-users.xml
222
}
224
}

Return to bug 103925