[SCM] debian-live/live-helper branch, master, updated. 1.0_a28-1-9-g9e3c00f

Daniel Baumann daniel at debian.org
Wed Sep 19 06:56:16 UTC 2007


The branch, master has been updated
       via  9e3c00fb39e16c595faa99ebb251edf2d73c7537 (commit)
      from  25e5034c7292157a11157374bf968e080c29fecc (commit)


- Shortlog ------------------------------------------------------------
9e3c00f helpers/lh_binary_memtest

Summary of changes:
 helpers/lh_binary_memtest |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:

commit 9e3c00fb39e16c595faa99ebb251edf2d73c7537
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Sep 19 08:55:48 2007 +0200

    helpers/lh_binary_memtest
    
      * Adding check for 'none', not just 'disabled'.

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

-- 
debian-live/live-helper



More information about the debian-live-changes mailing list