fix lm_sensors-modprobe-r-wrapper/lm_sensors-modprobe-wrapper scripts

This commit is contained in:
luochunsheng 2020-05-22 10:13:56 +08:00
parent 809bfd245f
commit adb634a6e8
3 changed files with 6 additions and 3 deletions

View File

@ -2,7 +2,7 @@
if [ $# -ne 0 ]; then
/usr/sbin/modprobe -abr "$@"
else
if [ `/usr/bin/sensors -s` ]; then
if ! /usr/bin/sensors -s &> /dev/null ; then
echo "No sensors with loadable kernel modules configured."
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
exit 1

View File

@ -2,7 +2,7 @@
if [ $# -ne 0 ]; then
/usr/sbin/modprobe -ab "$@"
else
if [ `/usr/bin/sensors -s` ]; then
if ! /usr/bin/sensors -s &> /dev/null ; then
echo "No sensors with loadable kernel modules configured."
echo "Please, run 'sensors-detect' as root in order to search for available sensors."
exit 1

View File

@ -2,7 +2,7 @@
Name: lm_sensors
Version: 3.6.0
Release: 1
Release: 2
Summary: Linux-monitoring sensors
# lib/libsensors.3 is licensed Verbatim
# dist-git files are licensed MIT
@ -166,6 +166,9 @@ fi
%exclude %{_mandir}/man8/sensord.8.gz
%changelog
* Fri May 22 2020 Chunsheng Luo <luochunsheng@huawei.com> - 3.6.0-2
- fix lm_sensors-modprobe-r-wrapper/lm_sensors-modprobe-wrapper scripts
* Thu May 21 2020 Chunsheng Luo <luochunsheng@huawei.com> - 3.6.0-1
- update to version 3.6.0