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

/bin/cat /etc/advtab |
	while read resource junk
	do 
		/usr/bin/fumount ${resource}
	done
