- only look for .xml files in /etc/planetlab/configs
authorMark Huang <mlhuang@cs.princeton.edu>
Tue, 6 Feb 2007 23:36:04 +0000 (23:36 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Tue, 6 Feb 2007 23:36:04 +0000 (23:36 +0000)
guest.init

index 38632fe..c2e5aae 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # description: Manages all PLC services on this machine
 #
-# $Id: guest.init,v 1.19 2006/07/10 21:10:21 mlhuang Exp $
+# $Id: guest.init,v 1.20 2006/08/08 23:19:52 mlhuang Exp $
 #
 
 # Source function library and configuration
@@ -39,7 +39,7 @@ reload ()
     # overlaid with site-specific and current values.
     files=(
        /etc/planetlab/default_config.xml 
-       /etc/planetlab/configs/*
+       /etc/planetlab/configs/*.xml
        /etc/planetlab/plc_config.xml
     )
     for file in "${files[@]}" ; do