Tue Feb 16 13:14:07 2016 UTC ()
Fix stale MESSAGE var reference, ride with previous commit


(fhajny)
diff -r1.3 -r1.4 pkgsrc/www/ganglia-webfrontend/MESSAGE

cvs diff -r1.3 -r1.4 pkgsrc/www/ganglia-webfrontend/MESSAGE (expand / switch to unified diff)

--- pkgsrc/www/ganglia-webfrontend/MESSAGE 2016/02/16 13:05:23 1.3
+++ pkgsrc/www/ganglia-webfrontend/MESSAGE 2016/02/16 13:14:07 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1=========================================================================== 1===========================================================================
2$NetBSD: MESSAGE,v 1.3 2016/02/16 13:05:23 fhajny Exp $ 2$NetBSD: MESSAGE,v 1.4 2016/02/16 13:14:07 fhajny Exp $
3 3
4The Ganglia Web Frontend has been installed in the directory 4The Ganglia Web Frontend has been installed in the directory
5${PREFIX}/share/httpd/htdocs/ganglia 5${PREFIX}/${DOCROOT}
6 6
7You must add appropriate configuration directives to your 7You must add appropriate configuration directives to your
8web server configuration file. You can use this example 8web server configuration file. You can use this example
9include line, for Apache: 9include line, for Apache:
10 10
11 Include ${PKG_SYSCONFDIR}/apache.conf 11 Include ${PKG_SYSCONFDIR}/apache.conf
12 12
13or for Nginx: 13or for Nginx:
14 14
15 include ${PKG_SYSCONFDIR}/nginx.conf; 15 include ${PKG_SYSCONFDIR}/nginx.conf;
16 16
17=========================================================================== 17===========================================================================