Merge branch 'master' of ssh://git.onelab.eu/git/myplc
[myplc.git] / plc.d / network
index f2c3dce..782f3d7 100755 (executable)
@@ -1,4 +1,6 @@
 #!/bin/bash
+# $Id$
+# $URL$
 #
 # priority: 100
 #
@@ -7,8 +9,6 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id$
-#
 
 # Source function library and configuration
 . /etc/plc.d/functions
@@ -17,7 +17,7 @@
 # Be verbose
 set -x
 
-[ "$PLC_NET_ENABLED" -ne 1 ] && exit 0
+[ "$PLC_HOSTS_ENABLED" -ne 1 ] && exit 0
 
 case "$1" in
     start)