X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fpackages;h=eb35e2661ad9d33b4ae39fcbd72c0d7799a710af;hb=e5fabb1ddbc1ec4e0a59bb7f4e4c912575c5c7ac;hp=dab7fca8e7704f5858c65c3dd31f83f804414b08;hpb=8f37b50e45efe32bc3926e8d6f9788bc27b5d25d;p=myplc.git 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"