freebsd-ports/net-mgmt/guifi-snpservices/files/patch-graphs-cnml2mrtgcsv.php
Kurt Jaeger b8129d8b0f New port: net-mgmt/guifi-snpservices
This software provides graph services in the context of the
Spontaneous Networklink Platform.

WWW: http://es.wiki.guifi.net/wiki/SNPservices

PR:		189904
Submitted by:	tphilipp@potion-studios.com
2014-08-04 09:18:27 +00:00

11 lines
425 B
PHP

--- graphs/cnml2mrtgcsv.php.orig 2014-04-10 12:35:09.000000000 +0000
+++ graphs/cnml2mrtgcsv.php 2014-04-10 12:35:19.000000000 +0000
@@ -267,7 +267,7 @@
// Opening CNML source
$cnml = new DOMDocument;
$cnml->preserveWhiteSpace = false;
-$cnml->Load('../data/guifi.cnml');
+$cnml->Load('/var/tmp/snpservices/data/guifi.cnml');
$time_s = microtime(true);
//print "# file guifi.cnml loaded".($time_s - $time_start)."\n";