#!/bin/sh
#
# unmount script for hotplugable block device
#				Shuu Yamaguchi <shuu@dotAster.com>
#
# $Id: block_umount,v 1.5 2004/04/06 14:50:16 shuu Exp shuu $
#

if [ "$1" != "stop" ];then
	exit 0;
fi

. ${MURASAKI_SCRIPT_DIR}/block_functions

initialize
if [ $STATUS -ne 0 ];then
	exit 1;
fi

bossy_umount
