More unconfusing of Emacs' syntax highlighting
This commit is contained in:
@@ -208,12 +208,12 @@ checkArguments();
|
||||
#
|
||||
if ( ( !$CONFIG{ 'test' } ) && ( $EFFECTIVE_USER_ID != 0 ) )
|
||||
{
|
||||
print <<E_O_ROOT;
|
||||
print <<EOROOT;
|
||||
|
||||
This script is not running with root privileges, so the configuration
|
||||
file(s) beneath /etc/xen will not be removed.
|
||||
|
||||
E_O_ROOT
|
||||
EOROOT
|
||||
|
||||
exit 127;
|
||||
}
|
||||
|
||||
@@ -149,13 +149,13 @@ checkArguments();
|
||||
#
|
||||
if ( $EFFECTIVE_USER_ID != 0 )
|
||||
{
|
||||
print <<E_O_ROOT;
|
||||
print <<EOROOT;
|
||||
|
||||
This script is not running with root privileges.
|
||||
|
||||
root privileges are required to successfully mount the disk image(s).
|
||||
|
||||
E_O_ROOT
|
||||
EOROOT
|
||||
|
||||
exit;
|
||||
}
|
||||
|
||||
@@ -221,7 +221,7 @@ sub checkArguments
|
||||
|
||||
if ( !-d $dir )
|
||||
{
|
||||
print <<E_OR;
|
||||
print <<EOR;
|
||||
|
||||
We\'re trying to configure an installation of $CONFIG{'dist'} in
|
||||
$CONFIG{'location'} - but there is no hook directory for us to use.
|
||||
@@ -231,7 +231,7 @@ sub checkArguments
|
||||
We\'d expect the hook directory to be : $dir
|
||||
|
||||
Aborting.
|
||||
E_OR
|
||||
EOR
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
||||
@@ -414,7 +414,7 @@ sub checkArguments
|
||||
|
||||
if ( !-d $dir )
|
||||
{
|
||||
print <<E_OR;
|
||||
print <<EOR;
|
||||
|
||||
We are trying to configure an installation of $CONFIG{'dist'} in
|
||||
$CONFIG{'location'} - but there is no hook directory for us to use.
|
||||
@@ -424,7 +424,7 @@ sub checkArguments
|
||||
We would expect the hook directory to be $dir.
|
||||
|
||||
Aborting.
|
||||
E_OR
|
||||
EOR
|
||||
exit 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user