diff --git a/smartmontools-5.38-defaultconf.patch b/smartmontools-5.38-defaultconf.patch index 576be94..6762b7b 100644 --- a/smartmontools-5.38-defaultconf.patch +++ b/smartmontools-5.38-defaultconf.patch @@ -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. diff --git a/smartmontools.spec b/smartmontools.spec index 5395953..c004b1d 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -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 - 1:5.38-24.20091119svn +- move powermode option from sysconfig to smartd.conf (#539760) + * Thu Nov 19 2009 Michal Hlavinka - 1:5.38-23.20091119svn - update to svn snapshot 2009-11-19 - remove upstreamed patches diff --git a/smartmontools.sysconf b/smartmontools.sysconf index ff532e1..75d591c 100644 --- a/smartmontools.sysconf +++ b/smartmontools.sysconf @@ -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"