#ident	"@(#)initpkg:init.d/sysetup	35.1"

#   This file contains system setup requirements for the system.
  
set `who -r`
if [ $9 != "S" ]
then
	exit
fi

#  If there are trademark files, print them.

if [ -d /etc/tm ]
then
	cat /etc/tm/* 2> /dev/null
fi
