SOURCES: munin-Makefile.patch (NEW) - install cron job in proper p...
baggins
baggins at pld-linux.org
Thu Oct 6 23:46:39 CEST 2005
Author: baggins Date: Thu Oct 6 21:46:39 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- install cron job in proper place
---- Files affected:
SOURCES:
munin-Makefile.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/munin-Makefile.patch
diff -u /dev/null SOURCES/munin-Makefile.patch:1.1
--- /dev/null Thu Oct 6 23:46:39 2005
+++ SOURCES/munin-Makefile.patch Thu Oct 6 23:46:34 2005
@@ -0,0 +1,19 @@
+--- munin-1.3.2/Makefile~ 2005-04-15 22:37:29.000000000 +0200
++++ munin-1.3.2/Makefile 2005-10-06 18:50:39.096579400 +0200
+@@ -20,6 +20,7 @@
+ mkdir -p $(CONFDIR)/templates
+ mkdir -p $(LIBDIR)
+ mkdir -p $(BINDIR)
++ mkdir -p $(SBINDIR)
+ mkdir -p $(PERLLIB)
+
+ mkdir -p $(LOGDIR)
+@@ -39,7 +40,7 @@
+
+ test -f "$(CONFDIR)/munin.conf" || $(INSTALL) -m 0644 build/server/munin.conf $(CONFDIR)/
+
+- $(INSTALL) -m 0755 build/server/munin-cron $(BINDIR)/
++ $(INSTALL) -m 0755 build/server/munin-cron $(SBINDIR)/
+
+ $(INSTALL) -m 0755 build/server/munin-update $(LIBDIR)/
+ $(INSTALL) -m 0755 build/server/munin-graph $(LIBDIR)/
================================================================
More information about the pld-cvs-commit
mailing list