1
0
mirror of synced 2026-02-14 03:14:09 +00:00

2006-06-10 17:49:56 by steve

Fix:  Point to the correct location for the role script.
This commit is contained in:
steve
2006-06-10 17:49:56 +00:00
parent 721fea9cc2
commit bd470289e2

View File

@@ -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 ) )