From bc81ab14ee659083c09986632badc801ba4d384a Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Tue, 6 Feb 2007 23:36:04 +0000 Subject: [PATCH] - only look for .xml files in /etc/planetlab/configs --- guest.init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guest.init b/guest.init index 38632fe..c2e5aae 100755 --- a/guest.init +++ b/guest.init @@ -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 -- 2.43.0