summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/patches/patch-ad
blob: a732adcb7eca01ce82c5eccddef47606a4aa8717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-ad,v 1.1.1.1 2006/06/04 20:53:57 he Exp $

--- Makefile.orig	2004-12-22 22:33:47.000000000 +0100
+++ Makefile
@@ -35,8 +35,6 @@ install-main: build
 	$(INSTALL) -m 0644 server/style.css $(CONFDIR)/templates/
 	$(INSTALL) -m 0644 server/definitions.html $(CONFDIR)/templates/
 
-	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-update $(LIBDIR)/
@@ -71,7 +69,6 @@ install-node-non-snmp: build
 
 	$(INSTALL) -m 0755 build/node/munin-node $(SBINDIR)/
 	$(INSTALL) -m 0755 build/node/munin-node-configure $(SBINDIR)/
-	test -f "$(CONFDIR)/munin-node.conf" || $(INSTALL) -m 0644 build/node/munin-node.conf $(CONFDIR)/
 	$(INSTALL) -m 0755 build/node/munin-run $(SBINDIR)/
 	
 install-node-plugins: build