X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=package%2Fbase-files%2Ffiles%2Fetc%2Finit.d%2Fumount;h=d360afed3c81a899220907bd7d29271fd68275e1;hb=fdf15c481781ba78c8b49dc22ea22871339ebd06;hp=a4e477e2e9b7f8bdaf9383e6eb82e3e7aabb9215;hpb=29cfba65a4873ba1215e6ebce9afb41abd1c5b8c;p=openwrt-10.03%2F.git diff --git a/package/base-files/files/etc/init.d/umount b/package/base-files/files/etc/init.d/umount index a4e477e2e..d360afed3 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 -r -l }