[37037] trunk/dports/net/cacti/Portfile

markd at macports.org markd at macports.org
Fri May 23 18:50:19 PDT 2008


Revision: 37037
          http://trac.macosforge.org/projects/macports/changeset/37037
Author:   markd at macports.org
Date:     2008-05-23 18:50:19 -0700 (Fri, 23 May 2008)

Log Message:
-----------
ui_msg changes only.

Modified Paths:
--------------
    trunk/dports/net/cacti/Portfile

Modified: trunk/dports/net/cacti/Portfile
===================================================================
--- trunk/dports/net/cacti/Portfile	2008-05-24 01:10:21 UTC (rev 37036)
+++ trunk/dports/net/cacti/Portfile	2008-05-24 01:50:19 UTC (rev 37037)
@@ -146,10 +146,10 @@
       For example:
 	${cactidir}/plugins/weathermap/
 
-   c) Edit ${cactidir}/include/global.php - modify the url_path to reflect Cacti's default
-      URL and add an entry to load the weathermap plugin as shown:
+   c) Edit ${cactidir}/include/global.php - modify the url_path to reflect Cacti's default URL
+      and add an entry to load each plugin you install; the weathermap plugin is an example:
 
-	\$config\[\'url_path\'\] = \'/cacti/\';
+	\$config\['url_path'\] = '/cacti/';
 
 	\$plugins = array();
 	\$plugins[] = 'weathermap';

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080523/f92ff139/attachment.htm 


More information about the macports-changes mailing list