#!/bin/sh
make clean
./configure --with-loadavg --with-libwrap
make
make install
echo "If upgrading from inetd do 'xinetd/xconv.pl </etc/inetd.conf >/etc/xinetd.conf'"
echo -e "Else skip a step this script & just make xinetd start, most probably form\n /etc/rc.d/init.d/"
