defect 3524563: keeping the udevd does not hurt anything, so just keep it

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12666 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2012-05-14 14:20:36 +00:00
parent f4e5b2e9e0
commit 1cd1a8388c

View File

@ -907,9 +907,9 @@ fi
EOMS
# udevd needed by s390x for networking
if ($arch ne "s390x") {
print $inifile "killall -9 udevd\n";
}
# if ($arch ne "s390x") {
# print $inifile "killall -9 udevd\n";
# }
if($mode eq "statelite") {
print $inifile "echo debug: before netstart\n";