# If there isn't a current /etc/xinetd.conf, then rename our new # one to the system copy if [ ! -f etc/xinetd.conf ]; then mv -f etc/xinetd.conf.new etc/xinetd.conf else rm -f etc/xinetd.conf.new fi # Non root accounts should not be able to read this file: chmod 600 /etc/xinetd.conf