#!/bin/sh
#
# mount/umount script for hotplugable block device
#				Shuu Yamaguchi <shuu@dotAster.com>
#
# $Id: block,v 1.1 2004/04/06 14:51:59 shuu Exp shuu $
#

case "$1" in
"start")
	${MURASAKI_SCRIPT_DIR}/block_mount start
	;;
"stop")
	${MURASAKI_SCRIPT_DIR}/block_umount stop
	;;
esac
