public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-node_init.d_2.0.7
@ 2013-01-23 19:22 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-01-23 19:22 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/01/23 19:22:41

  Modified:             munin-node_init.d_2.0.7
  Log:
  Add a 1.5s wait on the munin init script to solve a possible race condition with munin-asyncd.
  
  (Portage version: 2.2.0_alpha159/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.2                  net-analyzer/munin/files/munin-node_init.d_2.0.7

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?r1=1.1&r2=1.2

Index: munin-node_init.d_2.0.7
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- munin-node_init.d_2.0.7	22 Oct 2012 01:57:41 -0000	1.1
+++ munin-node_init.d_2.0.7	23 Jan 2013 19:22:41 -0000	1.2
@@ -1,7 +1,7 @@
 #!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
+# 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.1 2012/10/22 01:57:41 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v 1.2 2013/01/23 19:22:41 flameeyes Exp $
 
 get_munin_config() {
 	awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
@@ -12,7 +12,7 @@
 command=/usr/sbin/munin-node
 command_args="--config ${CFGFILE}"
 pidfile=$(get_munin_config pid_file)
-start_stop_daemon_args="--nicelevel ${NICE_LEVEL:-0}"
+start_stop_daemon_args="--nicelevel ${NICE_LEVEL:-0} --wait 1500"
 extra_started_commands="reload"
 
 depend() {





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-node_init.d_2.0.7
@ 2013-02-09 14:29 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-02-09 14:29 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/02/09 14:29:02

  Modified:             munin-node_init.d_2.0.7
  Log:
  Version bump to 2.0.11.1; fix bug #456124 (init script's bashisms and other stuff), also fix bug #455826 (FreeBSD compatibility).
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.3                  net-analyzer/munin/files/munin-node_init.d_2.0.7

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?r1=1.2&r2=1.3

Index: munin-node_init.d_2.0.7
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- munin-node_init.d_2.0.7	23 Jan 2013 19:22:41 -0000	1.2
+++ munin-node_init.d_2.0.7	9 Feb 2013 14:29:02 -0000	1.3
@@ -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.2 2013/01/23 19:22:41 flameeyes Exp $
+# $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 $
 
 get_munin_config() {
 	awk '$1 == "'$1'" { s=$2 } END { print s }' "$CFGFILE"
@@ -20,7 +20,7 @@
 
 	before cron
 
-	[ "$(get_munin_config log_file)" == "Sys::Syslog" ] && \
+	[ "$(get_munin_config log_file)" = "Sys::Syslog" ] && \
 		use logger
 }
 
@@ -30,7 +30,7 @@
 
 reload() {
     ebegin "Reloading ${SERVICE}"
-    kill -HUP `cat ${pidfile}`
+    kill -1 `cat ${pidfile}`
     eend $?
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-node_init.d_2.0.7
@ 2013-02-09 14:37 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 3+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-02-09 14:37 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/02/09 14:37:01

  Modified:             munin-node_init.d_2.0.7
  Log:
  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)

Revision  Changes    Path
1.4                  net-analyzer/munin/files/munin-node_init.d_2.0.7

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7?r1=1.3&r2=1.4

Index: munin-node_init.d_2.0.7
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/munin/files/munin-node_init.d_2.0.7,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- munin-node_init.d_2.0.7	9 Feb 2013 14:29:02 -0000	1.3
+++ munin-node_init.d_2.0.7	9 Feb 2013 14:37:01 -0000	1.4
@@ -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 @@
 
 reload() {
     ebegin "Reloading ${SERVICE}"
-    kill -1 `cat ${pidfile}`
+    kill -HUP `cat ${pidfile}`
     eend $?
 }
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-09 14:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 14:29 [gentoo-commits] gentoo-x86 commit in net-analyzer/munin/files: munin-node_init.d_2.0.7 Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-09 14:37 Diego Petteno (flameeyes)
2013-01-23 19:22 Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox