diff options
| author | Florian Smeets <flo@FreeBSD.org> | 2012-09-13 22:00:33 +0000 |
|---|---|---|
| committer | Florian Smeets <flo@FreeBSD.org> | 2012-09-13 22:00:33 +0000 |
| commit | 8b61b2876cc5407f25f6d9cd5d8bebe397a60668 (patch) | |
| tree | fafd474ebc08428c29c584a1087331befe40abec /sysutils/munin-common/files/patch-Makefile | |
| parent | - update japanese/eb to 4.4.3 (diff) | |
- Update to 2.0.6 based on [1]
- Add support for ada disk devices to hddtemp_smartctl [2]
- Add a patch for upstream bug 1251 to prevent huge munin-graph.log files
PR: ports/171116 [1]
PR: ports/169287 [2]
Submitted by: mm [1], TAKEMON Takashi <takemon@bamboogate.co.jp> [2]
Notes
Notes:
svn path=/head/; revision=304233
Diffstat (limited to 'sysutils/munin-common/files/patch-Makefile')
| -rw-r--r-- | sysutils/munin-common/files/patch-Makefile | 30 |
1 files changed, 23 insertions, 7 deletions
diff --git a/sysutils/munin-common/files/patch-Makefile b/sysutils/munin-common/files/patch-Makefile index 22cd60e4fefe..962dd45ca0e5 100644 --- a/sysutils/munin-common/files/patch-Makefile +++ b/sysutils/munin-common/files/patch-Makefile @@ -1,11 +1,27 @@ ---- Makefile.orig 2010-01-30 10:49:44.000000000 -0700 -+++ Makefile 2010-01-30 10:49:53.000000000 -0700 -@@ -69,7 +69,7 @@ - mkdir -p $(LOGDIR) - mkdir -p $(STATEDIR) +--- Makefile.orig 2012-08-31 17:22:50.000000000 +0200 ++++ Makefile 2012-09-08 00:38:17.000000000 +0200 +@@ -68,11 +68,11 @@ + + install-pre: Makefile Makefile.config + @$(CHECKUSER) +- mkdir -p $(LOGDIR) +- mkdir -p $(STATEDIR) +- mkdir -p $(SPOOLDIR) ++# mkdir -p $(LOGDIR) ++# mkdir -p $(STATEDIR) ++# mkdir -p $(SPOOLDIR) mkdir -p $(CONFDIR) -- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) -+ $(CHOWN) $(USER) $(STATEDIR) +- $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(SPOOLDIR) ++# $(CHOWN) $(USER) $(LOGDIR) $(STATEDIR) $(SPOOLDIR) install-master-prime: $(INFILES_MASTER) install-pre install-master mkdir -p $(CONFDIR)/templates +@@ -144,7 +144,7 @@ + mkdir -p $(LIBDIR)/plugins + mkdir -p $(PLUGSTATE) + +- $(CHOWN) root:root $(PLUGSTATE) ++ $(CHOWN) root:wheel $(PLUGSTATE) + $(CHMOD) 0755 $(PLUGSTATE) + $(CHMOD) 0755 $(CONFDIR)/plugin-conf.d + |
