summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-21 06:00:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-10-21 06:00:13 +0000
commitcd34140ce4a950ce97ab54b8dac11919981c4b57 (patch)
tree436dd86090f016629b15eaba0d32fabaec663f47
parentRevert to patchset 3. (diff)
downloadgentoo-2-cd34140ce4a950ce97ab54b8dac11919981c4b57.tar.gz
gentoo-2-cd34140ce4a950ce97ab54b8dac11919981c4b57.tar.bz2
gentoo-2-cd34140ce4a950ce97ab54b8dac11919981c4b57.zip
Fix init script's spooldir path.
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
-rw-r--r--net-analyzer/munin/ChangeLog6
-rw-r--r--net-analyzer/munin/files/munin-asyncd.init.24
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index 57fce848a316..64b28c392c0c 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.113 2012/10/21 05:39:07 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.114 2012/10/21 06:00:13 flameeyes Exp $
+
+ 21 Oct 2012; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/munin-asyncd.init.2:
+ Fix init script's spooldir path.
*munin-2.0.7-r4 (21 Oct 2012)
diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2
index bf9e06bdaa7f..5c9981412295 100644
--- a/net-analyzer/munin/files/munin-asyncd.init.2
+++ b/net-analyzer/munin/files/munin-asyncd.init.2
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-asyncd.init.2,v 1.2 2012/10/18 18:47:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-asyncd.init.2,v 1.3 2012/10/21 06:00:13 flameeyes Exp $
command=/usr/libexec/munin/munin-asyncd
command_args="--fork"
@@ -14,7 +14,7 @@ depend() {
}
start_pre() {
- checkpath -d -o munin-async -m 0700 /var/spool/munin
+ checkpath -d -o munin-async -m 0700 /var/spool/munin-async
}
# vim: filetype=gentoo-init-d: