From 96117d3dce6a6405452065e1ae42d6012afa2bad Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 19 Sep 2012 15:13:44 +0000 Subject: [package] base-files: release an attached loop device on umounting Signed-off-by: Michael Heimpold git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33477 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/base-files/files/etc/init.d/umount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/files/etc/init.d') diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index a4e477e2e9..5a750b93c6 100755 --- a/package/base-files/files/etc/init.d/umount +++ b/package/base-files/files/etc/init.d/umount @@ -4,5 +4,5 @@ STOP=99 stop() { sync - umount -a -r + umount -a -d -r } -- cgit v1.2.3