Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63092 - viewcvs without apache config
Summary: viewcvs without apache config
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-07 00:14 UTC by Antonio
Modified: 2004-09-07 23:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-09-07 00:14:29 UTC
I have emerge viewcvs-0.9.2-r3 and this ebuild configure and install this file /etc/apache2/conf/modules.d/47_viewcvs.conf

Because in future version this file is remove. It is found in doc directory?
It it possible to integrate on emerge ?

Sorry for my bad english

Thanks

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2004-09-07 13:35:50 UTC
Antonio,

I am not sure what your question is. If you are concerned that the apache config file found in /etc/apache2/conf/modules.d will be removed when you unmerge or upgrade viewcvs---Portage protects config files in /etc, so the config will not be unmerged.

Please clarify if that's not your concern.

Best,
Renat
Comment 2 Antonio 2004-09-07 14:55:24 UTC
OK, my question is:

If i emerge viewcvs-0.9.2-r3 the file 47_viewcvs.conf is collocate in /etc/apache2/conf/modules.d/ but if i emerge any other version this file is collocate in /usr/share/doc/viewcvs-...... and manually put in modules.d.

pkg_postinst() {
        ewarn "Before using viewcvs make sure you configure it correctly"
        einfo "There is a sample apache integration configuration file in the"
        einfo "documentation directory named: apache.conf"
}


pkg_postinst() {
        ewarn "Before using viewcvs make sure you configure it correctly."
        einfo "There is a sample apache integration configuration file in the"
        einfo "documentation directory named: apache.conf"
        einfo "If you're using apache2 this configuration is already done for"
        einfo "you in /etc/apache2/conf/modules.d/47_viewcvs.conf"
}

It is possible to integrate this features in any version in portage ?
Comment 3 Renat Lumpau (RETIRED) gentoo-dev 2004-09-07 23:46:37 UTC
It's possible, but won't happen until webapp-config gets a better handler of different httpds. This is on Stuart's todo list, and I'd rather wait and fix it correctly than provide custom solutions for each webserver in Portage.