1
0
mirror of synced 2026-04-17 08:00:58 +00:00

2005-12-19 11:04:18 by steve

Don't read ./etc/xen-tools.conf
This commit is contained in:
steve
2005-12-19 11:04:18 +00:00
parent 6e162e2e06
commit 78967c35ac
2 changed files with 2 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ Read the manual
--
http://www.steve.org.uk/
$Id: xen-delete-image,v 1.1 2005-12-18 21:28:50 steve Exp $
$Id: xen-delete-image,v 1.2 2005-12-19 11:04:18 steve Exp $
=cut
@@ -92,10 +92,6 @@ my %CONFIG;
#
# Read configuration file(s) if they exist.
#
if ( -e "etc/xen-tools.conf" )
{
readConfigurationFile( "etc/xen-tools.conf" );
}
if ( -e "/etc/xen-tools/xen-tools.conf" )
{
readConfigurationFile( "/etc/xen-tools/xen-tools.conf" );

View File

@@ -64,7 +64,7 @@ Read the manual
--
http://www.steve.org.uk/
$Id: xen-update-image,v 1.1 2005-12-18 23:57:46 steve Exp $
$Id: xen-update-image,v 1.2 2005-12-19 11:04:18 steve Exp $
=cut
@@ -101,10 +101,6 @@ my %CONFIG;
#
# Read configuration file(s) if they exist.
#
if ( -e "etc/xen-tools.conf" )
{
readConfigurationFile( "etc/xen-tools.conf" );
}
if ( -e "/etc/xen-tools/xen-tools.conf" )
{
readConfigurationFile( "/etc/xen-tools/xen-tools.conf" );