summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-09 14:37:01 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2013-02-09 14:37:01 +0000
commit2944b0c33b446a17c8c02a13a1d7fad5d7c38e4c (patch)
treef8dc95bfb79626e4230d77237cff9adba41601d9 /net-analyzer/munin
parentVersion bump to 2.0.11.1; fix bug #456124 (init script's bashisms and other s... (diff)
downloadgentoo-2-2944b0c33b446a17c8c02a13a1d7fad5d7c38e4c.tar.gz
gentoo-2-2944b0c33b446a17c8c02a13a1d7fad5d7c38e4c.tar.bz2
gentoo-2-2944b0c33b446a17c8c02a13a1d7fad5d7c38e4c.zip
Changed my mind (as checkbashism complains either way): kill -HUP will stay.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)
Diffstat (limited to 'net-analyzer/munin')
-rw-r--r--net-analyzer/munin/ChangeLog6
-rw-r--r--net-analyzer/munin/files/munin-node_init.d_2.0.74
2 files changed, 7 insertions, 3 deletions
diff --git a/net-analyzer/munin/ChangeLog b/net-analyzer/munin/ChangeLog
index bb9d401c4c6a..724c80d7eb6e 100644
--- a/net-analyzer/munin/ChangeLog
+++ b/net-analyzer/munin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/munin
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.135 2013/02/09 14:29:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/ChangeLog,v 1.136 2013/02/09 14:37:01 flameeyes Exp $
+
+ 09 Feb 2013; Diego E. Pettenò <flameeyes@gentoo.org>
+ files/munin-node_init.d_2.0.7:
+ Changed my mind (as checkbashism complains either way): kill -HUP will stay.
*munin-2.0.11.1 (09 Feb 2013)
diff --git a/net-analyzer/munin/files/munin-node_init.d_2.0.7 b/net-analyzer/munin/files/munin-node_init.d_2.0.7
index 6e47d2dc9187..18e88940d8e3 100644
--- a/net-analyzer/munin/files/munin-node_init.d_2.0.7
+++ b/net-analyzer/munin/files/munin-node_init.d_2.0.7
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v 1.3 2013/02/09 14:29:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v 1.4 2013/02/09 14:37:01 flameeyes Exp $
get_munin_config() {
awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
@@ -30,7 +30,7 @@ start_pre() {
reload() {
ebegin "Reloading ${SERVICE}"
- kill -1 `cat ${pidfile}`
+ kill -HUP `cat ${pidfile}`
eend $?
}