adds in the set of "usual" variables : PLC_MAIL_ENABLED and PLC_SLICE_PREFIX
[myplc.git] / plc.d / network
index f84d9aa..8c7cf95 100755 (executable)
@@ -7,13 +7,16 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: network,v 1.3 2006/05/16 17:09:34 mlhuang Exp $
+# $Id: network,v 1.4 2006/05/23 18:10:08 mlhuang Exp $
 #
 
 # Source function library and configuration
 . /etc/plc.d/functions
 . /etc/planetlab/plc_config
 
+# Be verbose
+set -x
+
 case "$1" in
     start)
        MESSAGE=$"Generating network files"