From 2092d8026e740ba9f619f299596096c96b338ab1 Mon Sep 17 00:00:00 2001
From: Daniel Baumann <daniel@debian.org>
Date: Sun, 23 Sep 2007 14:05:14 +0200
Subject: Adding check for 'none', not just 'disabled'.
---
helpers/lh_binary_memtest | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helpers/lh_binary_memtest b/helpers/lh_binary_memtest
index 2985285..946729b 100755
--- a/helpers/lh_binary_memtest
+++ b/helpers/lh_binary_memtest
@@ -33,7 +33,7 @@ Read_conffile config/source
Read_conffile "${LH_CONFIG}"
Set_defaults
-if [ "${LH_MEMTEST}" = "disabled" ]
+if [ "${LH_MEMTEST}" = "disabled" ] || [ "${LH_MEMTEST}" = "none" ]
then
exit 0
fi
--
cgit v1.0