:
#
#	Copyright (C) The Santa Cruz Operation, 1988.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation, and should be treated as Confidential.
#
#	Mount file systems according to /etc/default/filesys
#	- remove support of /etc/fstab and become the front end for /etc/mnt

# Begin SCO_BASE
if [ "$1" = -a ]
then
	eval /etc/mnt -rc $AUTOFLAG $AUTOBOOT
else
	/etc/mnt -rc
fi
# End SCO_BASE



