X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plc.d%2Fnetwork;h=363a0f671402f28ed450cbbefc25ed6abb6d45e5;hb=21b4f7a59f68f5eb6acbc66f3a1fdc55675e405c;hp=f2c3dce569ebcf1d7419094702d43928c75f59b7;hpb=ac6e04e7471b64c2b150d540f90bbd4b6c27e4d5;p=myplc.git diff --git a/plc.d/network b/plc.d/network index f2c3dce..363a0f6 100755 --- a/plc.d/network +++ b/plc.d/network @@ -7,8 +7,6 @@ # Mark Huang # Copyright (C) 2006 The Trustees of Princeton University # -# $Id$ -# # Source function library and configuration . /etc/plc.d/functions @@ -17,7 +15,7 @@ # Be verbose set -x -[ "$PLC_NET_ENABLED" -ne 1 ] && exit 0 +[ "$PLC_HOSTS_ENABLED" -ne 1 ] && exit 0 case "$1" in start)