#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org 

STOP=99
log_msg="umount"
stop() {
	sync
	umount -a -r
}
