- don't source shell configuration in /etc/plc.d/functions, which is
[myplc.git] / plc.d / functions
index 71aaf3f..92a236f 100644 (file)
@@ -5,7 +5,7 @@
 # Mark Huang <mlhuang@cs.princeton.edu>
 # Copyright (C) 2006 The Trustees of Princeton University
 #
-# $Id: functions,v 1.2 2006/04/07 04:27:56 mlhuang Exp $
+# $Id: functions,v 1.3 2006/04/10 15:53:49 mlhuang Exp $
 #
 
 export PATH=/sbin:/bin:/usr/bin:/usr/sbin
@@ -13,11 +13,6 @@ export PATH=/sbin:/bin:/usr/bin:/usr/sbin
 # Source function library
 . /etc/init.d/functions
 
-# Source configuration if it exists
-if [ -f /etc/planetlab/plc_config ] ; then
-    . /etc/planetlab/plc_config
-fi
-
 # Total number of errors
 ERRORS=0