From a2e4329f0dd1248763135ff4fdb5bb9f5adacef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Mr=C3=A1z?= Date: Fri, 24 Mar 2006 17:50:08 +0000 Subject: [PATCH] - add missing quotes to /etc/sysconfig/smartmontools --- smartmontools.spec | 5 ++++- smartmontools.sysconf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/smartmontools.spec b/smartmontools.spec index 97e1a5e..d9b71a7 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -1,7 +1,7 @@ Summary: Tools for monitoring SMART capable hard disks Name: smartmontools Version: 5.33 -Release: 6 +Release: 7 Epoch: 1 Group: System Environment/Base License: GPL @@ -72,6 +72,9 @@ exit 0 %changelog +* Fri Mar 24 2006 Tomas Mraz - 1:5.33-7 +- add missing quotes to /etc/sysconfig/smartmontools + * Wed Mar 22 2006 Tomas Mraz - 1:5.33-6 - test SATA drives correctly diff --git a/smartmontools.sysconf b/smartmontools.sysconf index f16495b..066fc3b 100644 --- a/smartmontools.sysconf +++ b/smartmontools.sysconf @@ -1,2 +1,2 @@ # command line options for smartd -smartd_opts=-q never +smartd_opts="-q never"