From efa5b71b1db748c1a0355e37cfd6f2c657d21392 Mon Sep 17 00:00:00 2001 From: steve Date: Sun, 20 Aug 2006 01:36:54 +0000 Subject: [PATCH] 2006-08-20 01:36:54 by steve Fixed broken pod, to allow test cases to succeed. --- bin/xen-create-image | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/xen-create-image b/bin/xen-create-image index fbd9402..be43472 100755 --- a/bin/xen-create-image +++ b/bin/xen-create-image @@ -446,7 +446,7 @@ Install an X11 server, using VNC and XDM -- http://www.steve.org.uk/ - $Id: xen-create-image,v 1.82 2006-08-20 01:15:25 steve Exp $ + $Id: xen-create-image,v 1.83 2006-08-20 01:36:54 steve Exp $ =cut @@ -952,7 +952,7 @@ sub parseCommandLineArguments if ( $VERSION ) { - my $REVISION = '$Revision: 1.82 $'; + my $REVISION = '$Revision: 1.83 $'; if ( $REVISION =~ /1.([0-9.]+) / ) { $REVISION = $1; @@ -1993,6 +1993,8 @@ sub setupRootPassword Print the given string both to our screen, and to the logfile. +=end doc + =cut sub logprint