Updating link to change in openSUSE:Factory/sensors revision 53.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=48ed0bb2b85c2a7b387dd4ad9184af51
This commit is contained in:
parent
f8e00b3b9a
commit
7c21f434e2
@ -96,7 +96,17 @@ stop() {
|
||||
}
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -22,7 +22,7 @@ Name: sensors
|
||||
BuildRequires: bison flex rrdtool-devel
|
||||
Url: http://www.lm-sensors.org/
|
||||
Version: 3.1.2
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Hardware health monitoring for Linux
|
||||
License: GPLv2+
|
||||
Group: System/Monitoring
|
||||
|
Loading…
Reference in New Issue
Block a user