-Fix problem wher RHEL5 couldn't reach server by name instead of IP in stateless

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1746 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-06-24 13:48:35 +00:00
parent 218b1dc320
commit fc4353bd48

View File

@ -355,6 +355,7 @@ EOMS
}
if ($arch =~ /x86_64/) {
push @filestoadd,"lib64/libnss_dns.so.2";
push @filestoadd,"lib64/libresolv.so.2";
}
else {
push @filestoadd,"lib/libnss_dns.so.2";