#!/bin/sh
#
#
# Copyright (c) 1998-2000 by Sun Microsystems, Inc.
# All rights reserved.
#
#ident	"@(#)preremove	1.1	00/07/20 SMI"
#

/usr/sbin/rem_drv -b $BASEDIR bofi
if [ $? -ne 0 ]
then
      		 exit 1
fi

exit 0

