:
#	@(#) mountall.sh 23.2 91/11/07 
#
#	Copyright (C) 1988-1991 The Santa Cruz Operation, Inc.
#		All Rights Reserved.
#	The information in this file is provided for the exclusive use of
#	the licensees of The Santa Cruz Operation, Inc.  Such users have the
#	right to use, modify, and incorporate this code into other products
#	for purposes authorized by the license agreement provided they include
#	this notice and the associated copyright notice with any such product.
#	The information in this file is provided "AS IS" without warranty.
#
#	Mount file systems according to /etc/default/filesys

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



