-Remove duplicate definition of Version function
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2211 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
56cab3d3ff
commit
9e4dca69b2
@ -2387,28 +2387,6 @@ sub isMounted
|
||||
}
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
=head3 Version
|
||||
Returns the Version of the release, to be used for the version flag on
|
||||
each command
|
||||
Arguments:
|
||||
None
|
||||
Returns:
|
||||
version number
|
||||
Globals:
|
||||
none
|
||||
Error:
|
||||
Example:
|
||||
my $version= xCAT::Version();
|
||||
=cut
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
sub Version
|
||||
{
|
||||
my $version="Version 2.1";
|
||||
return $version;
|
||||
}
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
=head3 runxcatd
|
||||
Stops or starts xcatd
|
||||
Arguments:
|
||||
|
Loading…
Reference in New Issue
Block a user