#ident "@(#)initpkg:init.d/nodename	35.2"
#	Set node name for system.

set `who -r`
if [ $9 = "S" ]
then
	if m68k
	then
		uname -S A2000
	elif m88k
	then
		uname -S A2000
	fi
	echo "Node name set to `uname -n`."
fi 
