net-analyzer/graphite-web: Fix wording in pkg_postinst
authorPatrick Lauer <patrick@gentoo.org>
Tue, 3 May 2016 13:05:54 +0000 (15:05 +0200)
committerPatrick Lauer <patrick@gentoo.org>
Tue, 3 May 2016 13:06:14 +0000 (15:06 +0200)
Package-Manager: portage-2.2.28

net-analyzer/graphite-web/graphite-web-0.9.13-r3.ebuild

index e1f800121b3ffe8ad40f026630e9bf2e0b8d800e..544dd8d6aa88fe1be8bae8579adaf0ce2b554023 100644 (file)
@@ -102,7 +102,7 @@ pkg_config() {
 }
 
 pkg_postinst() {
-       einfo "You will need to ${PN} it with Apache (mod_wsgi) or nginx (uwsgi)."
+       einfo "You need to configure ${PN} to run with a WSGI server of your choice."
        einfo "Don't forget to edit local_settings.py in ${EPREFIX}/etc/${PN}"
        einfo "See http://graphite.readthedocs.org/en/latest/config-local-settings.html"
        einfo "Run emerge --config =${PN}-${PVR} if this is a fresh install."