#ident	"@(#)initpkg:common/cmd/initpkg/init.d/loopback	1.1"

# Hosts files for loopback transports should have correct nodename.

(UNAME=`uname -n`
for i in ticots ticotsord ticlts
do
	grep "^$UNAME	$UNAME" /etc/net/$i/hosts >/dev/null 2>&1
	if [ $? != 0 ]
	then
		echo "$UNAME	$UNAME" >/etc/net/$i/hosts
	fi
done)&
