
#ident	"@(#)initpkg:init.d/port_hold	35.1"
set `who -r`
if [ $9 = "S" ]
then
	if [ -s /etc/psttys ] 
	then
		/local/bin/port_hold </etc/psttys >/usr/tmp/port_hold.log 2>&1 &
		sleep 5
	fi
fi
