From af16369cd594e64abec0d662f0fdbfe487c212d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Tue, 2 Dec 2014 08:52:40 +0100 Subject: new release 1.8.15, Debian bug #766418), some other work --- debian/ipmitool.postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/ipmitool.postinst') diff --git a/debian/ipmitool.postinst b/debian/ipmitool.postinst index fb978c4..7064f87 100644 --- a/debian/ipmitool.postinst +++ b/debian/ipmitool.postinst @@ -6,11 +6,11 @@ set -e ipmievd_initd_failed() { echo "Unable to start ipmievd during installation. Trying to disable." if [ -f /etc/default/ipmievd ] && \ - grep -q ^ENABLED=false /etc/default/ipmievd ; then + grep -q ^ENABLED=\"false\" /etc/default/ipmievd ; then : else touch /etc/default/ipmievd - echo "ENABLED=false" >> /etc/default/ipmievd + echo "ENABLED=\"false\"" >> /etc/default/ipmievd fi } -- cgit v1.2.3