Accepting request 37858 from Base:System

Copy from Base:System/sensors based on submit request 37858 from user jdelvare

OBS-URL: https://build.opensuse.org/request/show/37858
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sensors?expand=0&rev=53
This commit is contained in:
OBS User autobuild 2010-04-13 19:56:54 +00:00 committed by Git OBS Bridge
commit cb6d1f2bc6
3 changed files with 17 additions and 2 deletions

View File

@ -96,7 +96,17 @@ stop() {
} }
dostatus() { dostatus() {
$PSENSORS if test -s "$FANCONFIG" -a -x "$PFAN" ; then
echo -n "Checking for fan control daemon: "
/sbin/checkproc "$PFAN"
rc_status -v
fi
if test -e "$LOCK" ; then
$PSENSORS
else
rc_failed 3
fi
rc_status rc_status
} }

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 13 13:08:07 CEST 2010 - jdelvare@suse.de
- Properly implement "rclm_sensors status" (bnc#592273).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Mar 31 15:18:29 CEST 2010 - jdelvare@suse.de Wed Mar 31 15:18:29 CEST 2010 - jdelvare@suse.de

View File

@ -22,7 +22,7 @@ Name: sensors
BuildRequires: bison flex rrdtool-devel BuildRequires: bison flex rrdtool-devel
Url: http://www.lm-sensors.org/ Url: http://www.lm-sensors.org/
Version: 3.1.2 Version: 3.1.2
Release: 2 Release: 3
Summary: Hardware health monitoring for Linux Summary: Hardware health monitoring for Linux
License: GPLv2+ License: GPLv2+
Group: System/Monitoring Group: System/Monitoring