summaryrefslogtreecommitdiff
path: root/sysutils/ganglia-webfrontend/files/patch-conf.php.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-09-02 10:07:49 +0000
commit38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch)
treeabf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/ganglia-webfrontend/files/patch-conf.php.in
parent- Fix build with GCRYPT option by taking out -Werror (diff)
Remove non staged ports without pending PR from s*
Notes
Notes: svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/ganglia-webfrontend/files/patch-conf.php.in')
-rw-r--r--sysutils/ganglia-webfrontend/files/patch-conf.php.in14
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.