From bd470289e28be4437cce12d8c7c1545bbc907563 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 10 Jun 2006 17:49:56 +0000 Subject: [PATCH] 2006-06-10 17:49:56 by steve Fix: Point to the correct location for the role script. --- bin/xen-create-image | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index 43ddac3..086d7a3 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -394,7 +394,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.23 2006-06-10 17:36:09 steve Exp $ + $Id: xen-create-image,v 1.24 2006-06-10 17:49:56 steve Exp $ =cut @@ -776,7 +776,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.23 $'; + my $REVISION = '$Revision: 1.24 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { @@ -1337,7 +1337,7 @@ sub runCustomisationHooks sub runRoleScript { - my $roleDir = '/usr/lib/xen-tools/' . $CONFIG{'dist'} . '.d/' ; + my $roleDir = '/usr/lib/xen-tools/' . $CONFIG{'dist'} . '.d/role.d/' ; my $role = $CONFIG{'role'}; if ( !defined( $role ) )