#------------------------------
# loopback networking 
#------------------------------


if [ -x /usr/bin/ifconfig ] ; then
	hostname mulinux
	ifconfig lo 127.0.0.1
	route add -net 127.0.0.0
fi

# End
