SOURCES: munin-Makefile.patch - put plugin state dir in common place
baggins
baggins at pld-linux.org
Wed Dec 3 23:59:30 CET 2008
Author: baggins Date: Wed Dec 3 22:59:30 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- put plugin state dir in common place
---- Files affected:
SOURCES:
munin-Makefile.patch (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SOURCES/munin-Makefile.patch
diff -u SOURCES/munin-Makefile.patch:1.6 SOURCES/munin-Makefile.patch:1.7
--- SOURCES/munin-Makefile.patch:1.6 Wed Dec 3 23:35:42 2008
+++ SOURCES/munin-Makefile.patch Wed Dec 3 23:59:24 2008
@@ -36,7 +36,7 @@
# Server only - where to put munin-cron
BINDIR = $(PREFIX)/bin
-@@ -24,17 +24,17 @@
+@@ -24,21 +24,21 @@
DOCDIR = $(PREFIX)/doc
# Where to put man pages
@@ -59,6 +59,11 @@
# Client only - Where plugins should put their states. Must be writable by
# group "munin", and should be preserved between reboots
+-PLUGSTATE = $(DBDIR)/plugin-state
++PLUGSTATE = $(DESTDIR)/var/lib/munin/plugin-state
+
+ # Where Munin should place its logs.
+ LOGDIR = $(DESTDIR)/var/log/munin
@@ -67,14 +67,14 @@
BASH = /bin/bash
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/munin-Makefile.patch?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list