From: Mark Huang Date: Thu, 8 Feb 2007 17:08:16 +0000 (+0000) Subject: merge changes from head X-Git-Tag: planetlab-4_0-rc2~1 X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=commitdiff_plain;h=e5fabb1ddbc1ec4e0a59bb7f4e4c912575c5c7ac merge changes from head --- diff --git a/plc.d/packages b/plc.d/packages index dab7fca..eb35e26 100755 --- a/plc.d/packages +++ b/plc.d/packages @@ -7,7 +7,7 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id: packages,v 1.6 2007/01/30 15:56:53 thierry Exp $ +# $Id$ # # Source function library and configuration @@ -19,6 +19,10 @@ set -x case "$1" in start) + if [ "$PLC_BOOT_ENABLED" != "1" ] ; then + exit 0 + fi + MESSAGE=$"Signing and indexing node packages" dialog "$MESSAGE"