public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors/files: sensord-4-init.d
@ 2013-01-31 15:37 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2013-01-31 15:37 UTC (permalink / raw
  To: gentoo-commits

flameeyes    13/01/31 15:37:50

  Modified:             sensord-4-init.d
  Log:
  Fix sensord init script that was typoed (thanks to Gordon Pritchard for the report); make it use /run directly, overriding the default pid file location. Remove unused for the slot.
  
  (Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 1CD13C8AD4301342)

Revision  Changes    Path
1.2                  sys-apps/lm_sensors/files/sensord-4-init.d

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?r1=1.1&r2=1.2

Index: sensord-4-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sensord-4-init.d	28 Dec 2012 00:00:03 -0000	1.1
+++ sensord-4-init.d	31 Jan 2013 15:37:50 -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/sys-apps/lm_sensors/files/sensord-4-init.d,v 1.1 2012/12/28 00:00:03 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d,v 1.2 2013/01/31 15:37:50 flameeyes Exp $
 
 CONFIG=/etc/sensors3.conf
 
@@ -10,9 +10,9 @@
 	use logger lm_sensors
 }
 
-command=/usr/sbin/sensorsd
-command_arguments="--config-file ${CONFIG} ${SENSORSD_OPTIONS}"
-pidfile=/var/run/sensorsd.pid
+pidfile=/run/sensord.pid
+command=/usr/sbin/sensord
+command_arguments="--config-file ${CONFIG} ${SENSORSD_OPTIONS} --pid-file ${pidfile}"
 
 start_pre() {
 	if [ ! -f ${CONFIG} ]; then





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

* [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors/files: sensord-4-init.d
@ 2013-09-17 20:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2013-09-17 20:05 UTC (permalink / raw
  To: gentoo-commits

pacho       13/09/17 20:05:50

  Modified:             sensord-4-init.d
  Log:
  Fix init.d script (#455120 by Chris Mayo)
  
  (Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.3                  sys-apps/lm_sensors/files/sensord-4-init.d

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d?r1=1.2&r2=1.3

Index: sensord-4-init.d
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sensord-4-init.d	31 Jan 2013 15:37:50 -0000	1.2
+++ sensord-4-init.d	17 Sep 2013 20:05:50 -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/sys-apps/lm_sensors/files/sensord-4-init.d,v 1.2 2013/01/31 15:37:50 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/files/sensord-4-init.d,v 1.3 2013/09/17 20:05:50 pacho Exp $
 
 CONFIG=/etc/sensors3.conf
 
@@ -12,7 +12,7 @@
 
 pidfile=/run/sensord.pid
 command=/usr/sbin/sensord
-command_arguments="--config-file ${CONFIG} ${SENSORSD_OPTIONS} --pid-file ${pidfile}"
+command_args="--config-file ${CONFIG} ${SENSORD_OPTIONS} --pid-file ${pidfile}"
 
 start_pre() {
 	if [ ! -f ${CONFIG} ]; then





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

end of thread, other threads:[~2013-09-17 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-31 15:37 [gentoo-commits] gentoo-x86 commit in sys-apps/lm_sensors/files: sensord-4-init.d Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2013-09-17 20:05 Pacho Ramos (pacho)

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