diff options
Diffstat (limited to 'sysutils/ganglia-webfrontend/files/patch-conf.php.in')
-rw-r--r-- | sysutils/ganglia-webfrontend/files/patch-conf.php.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/ganglia-webfrontend/files/patch-conf.php.in b/sysutils/ganglia-webfrontend/files/patch-conf.php.in deleted file mode 100644 index 2b2961c12a0e..000000000000 --- a/sysutils/ganglia-webfrontend/files/patch-conf.php.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- conf.php.in.orig -+++ conf.php.in -@@ -23,7 +23,7 @@ - - # Leave this alone if rrdtool is installed in $gmetad_root, - # otherwise, change it if it is installed elsewhere (like /usr/bin) --define("RRDTOOL", "/usr/bin/rrdtool"); -+define("RRDTOOL", "%%LOCALBASE%%/bin/rrdtool"); - - # If rrdcached is being used, this argument must specify the - # socket to use. |