Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341308 Details for
Bug 414829
www-apps/rt-4.0.5: Generated.pm configured directories point to /usr/share/webapps instaed of webapp install dir
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Last patch introduced a regression with 3.8.x. This fixes to check for Generated.pm
file_414829.txt (text/plain), 897 bytes, created by
Eric Martin
on 2013-03-08 15:54:52 UTC
(
hide
)
Description:
Last patch introduced a regression with 3.8.x. This fixes to check for Generated.pm
Filename:
MIME Type:
Creator:
Eric Martin
Created:
2013-03-08 15:54:52 UTC
Size:
897 bytes
patch
obsolete
>diff --git a/www-apps/rt/files/reconfig b/www-apps/rt/files/reconfig >index e84018c..6c057f4 100644 >--- a/www-apps/rt/files/reconfig >+++ b/www-apps/rt/files/reconfig >@@ -12,7 +12,12 @@ 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.pm sbin/* || die >+ >+ if [[ -e ${VHOST_ROOT}/${PF}/lib/RT/Generated.pm ]]; then >+ sed -e "s|${MY_HOSTROOTDIR}/${PF}|${VHOST_ROOT}/${PF}|g >+ s|${MY_HTDOCSDIR}|${MY_INSTALLDIR}|g" -i lib/RT/Generated.pm || die >+ fi > > if [[ -e ${VHOST_ROOT}/${PF}/etc/rt_apache2.conf ]]; then > sed -i \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 414829
:
341230
| 341308