Summary: | www-apps/rt-4.0.5: Generated.pm configured directories point to /usr/share/webapps instaed of webapp install dir | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christoph Erdle <chris> |
Component: | Current packages | Assignee: | Eric Martin <eric.joshua.martin> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | proxy-maint, pva, radhermit, web-apps |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
patch for files/reconfig.
Last patch introduced a regression with 3.8.x. This fixes to check for Generated.pm |
Description
Christoph Erdle
2012-05-06 07:22:37 UTC
Created attachment 341230 [details, diff]
patch for files/reconfig.
Comment on attachment 341230 [details, diff]
patch for files/reconfig.
Fixed the problem mentioned in the ticket, and organized the line while I was at it.
I have confirmed and fixed this bug in my overlay. Peter, can you please test this and commit to the tree? Thanks! Comment on attachment 341230 [details, diff] patch for files/reconfig. >diff --git a/www-apps/rt/files/reconfig b/www-apps/rt/files/reconfig >index e84018c..605db4c 100644 >--- a/www-apps/rt/files/reconfig >+++ b/www-apps/rt/files/reconfig >@@ -12,7 +12,7 @@ if [ $1 = "install" ]; then > # fix location > cd ${VHOST_ROOT}/${PF} > sed -e "s|${MY_HOSTROOTDIR}/${PF}|${VHOST_ROOT}/${PF}|g >- s|${MY_HTDOCSDIR}|${MY_INSTALLDIR}|g" -i bin/* lib/RT.pm sbin/* etc/RT_Config.pm || die >+ s|${MY_HTDOCSDIR}|${MY_INSTALLDIR}|g" -i bin/* etc/RT_Config.pm lib/RT/Generated.pm lib/RT.pm sbin/* || die > > if [[ -e ${VHOST_ROOT}/${PF}/etc/rt_apache2.conf ]]; then > sed -i \ Created attachment 341308 [details, diff]
Last patch introduced a regression with 3.8.x. This fixes to check for Generated.pm
I just went to install 4.0.8 on a demo server and this patch still hasn't made it into Gentoo. Can I please get this QA'd and pushed? Thank you Eric. Pushed to the tree. +*rt-4.0.8-r1 (12 Oct 2013) + + 12 Oct 2013; Peter Volkov <pva@gentoo.org> +rt-4.0.8-r1.ebuild, + files/reconfig, metadata.xml: + Generated.pm should point on webapp-config installed directory, bug #414829, + thank Christoph Erdle for report and Eric Martin for this fix. |