#!/bin/sh /etc/rc.common

STOP=99
stop() {
	sync
	/bin/umount -a -d -r
}
