Changd "mgt" in "ppc" table to "parent"

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@58 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sakolish 2007-11-19 16:39:33 +00:00
parent 193e2294fd
commit e1f040070e

View File

@ -36,7 +36,7 @@ sub add_ppc {
$serial,
$server,
$profile,
$mgt,
$parent,
$ips ) = split /,/;
@ -49,7 +49,7 @@ sub add_ppc {
$u->{hcp} = $server;
$u->{id} = $id;
$u->{profile} = $profile;
$u->{mgt} = $mgt;
$u->{parent} = $parent;
$db{ppc}->setAttribs( $k, $u );
$db{ppc}{commit} = 1;
@ -176,3 +176,4 @@ sub credentials {
1;