]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Added the removable option by default. This indicates to smartd that it should contin...
authorGiuseppe Iuculano <giuseppe@iuculano.it>
Tue, 1 Sep 2009 10:57:54 +0000 (12:57 +0200)
committerGiuseppe Iuculano <giuseppe@iuculano.it>
Tue, 1 Sep 2009 10:57:54 +0000 (12:57 +0200)
Closes: #406130
debian/patches/63_removable.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/63_removable.patch b/debian/patches/63_removable.patch
new file mode 100644 (file)
index 0000000..fd6446e
--- /dev/null
@@ -0,0 +1,14 @@
+Added the removable option by default. This indicates to smartd that it should continue if the device does not appear to be present when smartd is started.
+
+Closes: #406130
+--- a/smartd.conf
++++ b/smartd.conf
+@@ -19,7 +19,7 @@
+ # Directives listed below, which will be applied to all devices that
+ # are found.  Most users should comment out DEVICESCAN and explicitly
+ # list the devices that they wish to monitor.
+-DEVICESCAN -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
++DEVICESCAN -d removable -n standby -m root -M exec /usr/share/smartmontools/smartd-runner
+ # Alternative setting to ignore temperature and power-on hours reports
+ # in syslog.
index 5ec6d64544198e4ddcac67c45a1c4c0df72644d5..11bf08252cde459977d1b1eaedd8dfee27ce3938 100644 (file)
@@ -4,3 +4,4 @@
 60_remove-redhatism.diff
 61_cciss-doc.patch
 62_lowcap.patch
+63_removable.patch