From fd3b83dd785a1e16c2e45795091fc1ac275cdfe5 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Wed, 7 Feb 2007 19:06:06 +0000 Subject: [PATCH] merge changes from head --- plc.d/bootcd | 4 ++-- plc.d/bootmanager | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/plc.d/bootcd b/plc.d/bootcd index ca5a65e..04017a3 100755 --- a/plc.d/bootcd +++ b/plc.d/bootcd @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: bootcd,v 1.2 2006/04/25 21:18:19 mlhuang Exp $ +# $Id: bootcd,v 1.4 2007/02/07 18:45:42 mlhuang Exp $ # # Source function library and configuration @@ -21,7 +21,7 @@ case "$1" in start) if [ "$PLC_BOOT_ENABLED" != "1" -a \ "$PLC_WWW_ENABLED" != "1" ] ; then - return 0 + exit 0 fi MESSAGE=$"Rebuilding Boot CD" diff --git a/plc.d/bootmanager b/plc.d/bootmanager index 3fd204a..8e62650 100755 --- a/plc.d/bootmanager +++ b/plc.d/bootmanager @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: bootmanager,v 1.2 2006/04/25 21:18:19 mlhuang Exp $ +# $Id: bootmanager,v 1.4 2007/02/07 18:45:36 mlhuang Exp $ # # Source function library and configuration @@ -21,7 +21,7 @@ case "$1" in start) if [ "$PLC_BOOT_ENABLED" != "1" -a \ "$PLC_WWW_ENABLED" != "1" ] ; then - return 0 + exit 0 fi MESSAGE=$"Rebuilding Boot Manager" -- 2.43.0