1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 13:37:44 +03:00
openwrt-xburst/package/base-files/files/etc/init.d/umount
florian c19f75663a [package] base-files: release an attached loop device on umounting
Signed-off-by: Michael Heimpold <mhei@heimpold.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33477 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-19 15:13:44 +00:00

9 lines
102 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2006 OpenWrt.org
STOP=99
stop() {
sync
umount -a -d -r
}