[37019] trunk/dports/net/cacti/Portfile
markd at macports.org
markd at macports.org
Thu May 22 18:52:13 PDT 2008
Revision: 37019
http://trac.macosforge.org/projects/macports/changeset/37019
Author: markd at macports.org
Date: 2008-05-22 18:52:12 -0700 (Thu, 22 May 2008)
Log Message:
-----------
Escape the brackets in ui_msg too.
Modified Paths:
--------------
trunk/dports/net/cacti/Portfile
Modified: trunk/dports/net/cacti/Portfile
===================================================================
--- trunk/dports/net/cacti/Portfile 2008-05-23 01:46:58 UTC (rev 37018)
+++ trunk/dports/net/cacti/Portfile 2008-05-23 01:52:12 UTC (rev 37019)
@@ -149,7 +149,7 @@
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:
- \$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/20080522/49438b91/attachment.htm
More information about the macports-changes
mailing list