changed sysconfig to cfgloc

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@937 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
datajerk 2008-03-28 21:49:21 +00:00
parent c4a067e9f6
commit 83f2e914f9

View File

@ -157,10 +157,10 @@ my $path1 = "$path/";
my $path1 = "$path/";
# build each copy command
# cp -p /etc/sysconfig/xcat $path/etc/sysconfig/xcat , if local or
# scp -p /etc/sysconfig/xcat $hostname:$path/etc/sysconfig/xcat if remote
my $filename = " /etc/sysconfig/xcat ";
my $filename2 = "etc/sysconfig/xcat ";
# cp -p /etc/xcat/cfgloc $path/etc/xcat/cfgloc , if local or
# scp -p /etc/xcat/cfgloc $hostname:$path/etc/xcat/cfgloc if remote
my $filename = " /etc/xcat/cfgloc ";
my $filename2 = "etc/xcat/cfgloc ";
my $copy1 = $cpy;
$copy1 .= " -p ";
$copy1 .= $filename;