moved confGang from xCAT-server package to xCAT package

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
linggao 2008-08-18 20:04:40 +00:00
parent ec50cc8b2a
commit a4ba90ca4a
3 changed files with 1 additions and 3 deletions

View File

@ -353,7 +353,7 @@ sub confGmond
my $node = join(',',@children);
print "the children are: $node \n";
print "copying into CP node \n";
my $res_cp = `XCATBYPASS=Y $::XCATROOT/bin/xdcp $node $::XCATROOT/sbin/confGang /tmp 2>&1`;
my $res_cp = `XCATBYPASS=Y $::XCATROOT/bin/xdcp $node /install/postscripts/confGang /tmp 2>&1`;
if($?)
{ #openinf if ?
if($callback)

View File

@ -112,8 +112,6 @@ mkdir -p $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT-server
cp LICENSE.html $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT-server
chmod 644 $RPM_BUILD_ROOT/%{prefix}/share/doc/packages/xCAT-server/*
#echo $RPM_BUILD_ROOT %{prefix}
#cp sbin/confGang /install/postscripts
#chmod 755 /install/postscripts/confGang
%clean
rm -rf $RPM_BUILD_ROOT