- move powermode option from sysconfig to smartd.conf (#539760)

This commit is contained in:
Michal Hlavinka 2009-11-23 16:35:37 +00:00
parent 7fa6ab9a1f
commit c0b08a2cb4
3 changed files with 6 additions and 3 deletions

View File

@ -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
# list the devices that they wish to monitor.
-DEVICESCAN
+DEVICESCAN -H -m root
+DEVICESCAN -H -m root -n standby,10,q
# Alternative setting to ignore temperature and power-on hours reports
# in syslog.

View File

@ -1,7 +1,7 @@
Summary: Tools for monitoring SMART capable hard disks
Name: smartmontools
Version: 5.38
Release: 23.20091119svn%{?dist}
Release: 24.20091119svn%{?dist}
Epoch: 1
Group: System Environment/Base
License: GPLv2+
@ -85,6 +85,9 @@ fi
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
%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
- update to svn snapshot 2009-11-19
- remove upstreamed patches

View File

@ -1,4 +1,4 @@
# command line options for smartd
smartd_opts="-q never -n standby,10,q"
smartd_opts="-q never"
# autogenerated config file options
# smartd_conf_opts="-H -m root"