- move powermode option from sysconfig to smartd.conf (#539760)
This commit is contained in:
parent
7fa6ab9a1f
commit
c0b08a2cb4
@ -6,7 +6,7 @@ diff -up smartmontools-5.38/smartd.conf.defaultconf smartmontools-5.38/smartd.co
|
|||||||
# are found. Most users should comment out DEVICESCAN and explicitly
|
# are found. Most users should comment out DEVICESCAN and explicitly
|
||||||
# list the devices that they wish to monitor.
|
# list the devices that they wish to monitor.
|
||||||
-DEVICESCAN
|
-DEVICESCAN
|
||||||
+DEVICESCAN -H -m root
|
+DEVICESCAN -H -m root -n standby,10,q
|
||||||
|
|
||||||
# Alternative setting to ignore temperature and power-on hours reports
|
# Alternative setting to ignore temperature and power-on hours reports
|
||||||
# in syslog.
|
# in syslog.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Tools for monitoring SMART capable hard disks
|
Summary: Tools for monitoring SMART capable hard disks
|
||||||
Name: smartmontools
|
Name: smartmontools
|
||||||
Version: 5.38
|
Version: 5.38
|
||||||
Release: 23.20091119svn%{?dist}
|
Release: 24.20091119svn%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -85,6 +85,9 @@ fi
|
|||||||
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
|
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 23 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-24.20091119svn
|
||||||
|
- move powermode option from sysconfig to smartd.conf (#539760)
|
||||||
|
|
||||||
* Thu Nov 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-23.20091119svn
|
* Thu Nov 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-23.20091119svn
|
||||||
- update to svn snapshot 2009-11-19
|
- update to svn snapshot 2009-11-19
|
||||||
- remove upstreamed patches
|
- remove upstreamed patches
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# command line options for smartd
|
# command line options for smartd
|
||||||
smartd_opts="-q never -n standby,10,q"
|
smartd_opts="-q never"
|
||||||
# autogenerated config file options
|
# autogenerated config file options
|
||||||
# smartd_conf_opts="-H -m root"
|
# smartd_conf_opts="-H -m root"
|
||||||
|
Loading…
Reference in New Issue
Block a user