#ident	"@(#)initpkg:common/cmd/initpkg/init.d/fumounts	1.2.12.1"
#ident  "$Header: fumounts 1.2 91/06/28 $"

if [ -f /etc/dfs/sharetab ]
then
	/usr/bin/cat /etc/dfs/sharetab | 
		while read path resource fstype junk
		do
			if [ "$fstype" = "rfs" ]
			then
				$TFADMIN /usr/sbin/fumount ${resource}
			fi
		done
fi
