1 2 3 4 5 6 7 8 9 10
unset DURING_INSTALL sed -i '/^[[:space:]]*in.tftpd:/d' /etc/hosts.allow echo 'in.tftpd: ALL' >>/etc/hosts.allow sed -i 's/^[[:space:]]*only_from[[:space:]]*=[[:space:]]*127.0.0.1/#&/' /etc/xinetd.conf chkconfig xinetd on chkconfig tftp on control rpcbind server