]> git.proxmox.com Git - mirror_smartmontools-debian.git/commitdiff
Re-add drivedbdir to configure
authorJonathan Dowland <jmtd@debian.org>
Mon, 1 Feb 2016 21:16:29 +0000 (21:16 +0000)
committerJonathan Dowland <jmtd@debian.org>
Mon, 1 Feb 2016 21:18:08 +0000 (21:18 +0000)
When disabling update-smart-drivedb in aa3fa587, we removed the
configure line to define the drivedbdir to be in /var. This means
any existing drivedb.h files in that directory would not be
read by smartctl.

debian/rules

index 8b2b253c82cac9e4422bd52c603b8b8f7ebc1d92..f3e0d99958c064ffeb88a532829f94fc8655a0b0 100755 (executable)
@@ -62,6 +62,7 @@ configure-stamp:
                                --with-savestates=/var/lib/smartmontools/smartd. \
                                --with-attributelog=/var/lib/smartmontools/attrlog. \
                                --with-exampledir=/usr/share/doc/smartmontools/examples/ \
                                --with-savestates=/var/lib/smartmontools/smartd. \
                                --with-attributelog=/var/lib/smartmontools/attrlog. \
                                --with-exampledir=/usr/share/doc/smartmontools/examples/ \
+                               --with-drivedbdir=/var/lib/smartmontools/drivedb \
                                --with-systemdsystemunitdir=/lib/systemd/system \
                                --with-smartdscriptdir=/usr/share/smartmontools \
                                --with-smartdplugindir=/etc/smartmontools/smartd_warning.d \
                                --with-systemdsystemunitdir=/lib/systemd/system \
                                --with-smartdscriptdir=/usr/share/smartmontools \
                                --with-smartdplugindir=/etc/smartmontools/smartd_warning.d \