#	ATT:#ident	"initpkg:brc.d/ldicb	1.3"	
	
#ident	"@(#)initpkg/brc.d:ldicb	25.1"


case $1 in
'start')
	# Added as a kludge to allow security to map all file systems,
	# even ones which have been mounted before going multi-user.
	/etc/umountall

	# This is security related stuff does not belong here!!!!
	if	[ -r /etc/mnttab ]
	then	rm -f /etc/mnttab
	fi
	/etc/devnm / | /etc/setmnt

	# echo $0: INITIALIZING IOCP BOARDS
	# /etc/ldicb -g /etc/tty.gcp16
	;;
'stop')
	;;
*)
# beg ken#0
	path=`pwd`
	echo "usage: $path/$0 {start|stop}"
# end ken#0
	;;
esac
