diff options
Diffstat (limited to 'sysutils/munin-master/files/patch-Makefile.config')
-rw-r--r-- | sysutils/munin-master/files/patch-Makefile.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/munin-master/files/patch-Makefile.config b/sysutils/munin-master/files/patch-Makefile.config index c7097d2ab7e4..dd3aa61849df 100644 --- a/sysutils/munin-master/files/patch-Makefile.config +++ b/sysutils/munin-master/files/patch-Makefile.config @@ -1,5 +1,5 @@ ---- munin-1.2.0rc2.orig/Makefile.config Mon Jan 10 11:38:32 2005 -+++ munin-1.2.0rc2/Makefile.config Thu Feb 3 11:11:46 2005 +--- munin-1.2.5.orig/Makefile.config Tue Oct 17 14:27:35 2006 ++++ munin-1.2.5/Makefile.config Thu Nov 2 12:09:09 2006 @@ -7,52 +7,56 @@ # # the base of the Munin installation. @@ -38,7 +38,7 @@ # Server only - Output directory -HTMLDIR = $(PREFIX)/var/www -CGIDIR = $(HTMLDIR)/cgi -+HTMLDIR = $(PREFIX)/www/data/munin ++HTMLDIR = $(PREFIX)/www/munin +CGIDIR = $(PREFIX)/www/cgi-bin # Client only - Where to put RRD files and other intenal data @@ -67,11 +67,11 @@ # Server only - Where to install the perl libraries -PERLLIB = $(DESTDIR)$(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g") -+PERLLIB = $(shell $(PERL) -V:sitelib | cut -d= -f2 | sed "s/[\';]//g") ++PERLLIB = $(PREFIX)/$(SITE_PERL_REL) # Client only - Install plugins for this architecture OSTYPE = $(shell uname | tr '[A-Z]' '[a-z]') -@@ -72,9 +76,8 @@ +@@ -77,9 +81,8 @@ PLUGINUSER = nobody # Which command to use to check if the USER and GROUP to run Munin as, exists. |