-Change 'writefrue' to 'rfrurewrite'

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2223 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-09-22 22:57:53 +00:00
parent 78138f5a07
commit 96f440bf65

View File

@ -33,7 +33,7 @@ sub handled_commands {
rsetboot => 'nodehm:mgt',
rbeacon => 'nodehm:mgt',
reventlog => 'nodehm:mgt',
writefru => 'nodehm:mgt',
rfrurewrite => 'nodehm:mgt',
}
}
@ -754,7 +754,7 @@ sub ipmicmd {
elsif($command eq "generic") {
($rc,@output) = generic($subcommand);
}
elsif($command eq "writefru") {
elsif($command eq "rfrurewrite") {
($rc,@output) = writefru($subcommand,shift);
}
elsif($command eq "fru") {