Accepting request 37858 from Base:System

checked in (request 37858)

OBS-URL: https://build.opensuse.org/request/show/37858
OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=19
This commit is contained in:
OBS User autobuild 2010-04-13 19:56:53 +00:00 committed by Git OBS Bridge
parent 37b2664df5
commit f8e00b3b9a
2 changed files with 1 additions and 16 deletions

View File

@ -96,17 +96,7 @@ stop() {
}
dostatus() {
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
$PSENSORS
rc_status
}

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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