Don't try to sabotage tftp unless sure new tftp can work

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11875 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2012-03-15 15:51:48 +00:00
parent bc6b0712c3
commit 5d3d584e22

View File

@ -1359,7 +1359,7 @@ sub setup_HTTP
sub enable_TFTPhpa
{
# Check whether the tftp-hpa has been installed
if (! -e "/etc/xinetd.d/tftp") {
unless (-x "/usr/sbin/in.tftpd" and -e "/etc/xinetd.d/tftp") {
xCAT::MsgUtils->message("S", "ERROR: The tftpd was not installed, enable the tftp failed.");
return 1;
}