base-files: fix mount-utils incompatibility
[openwrt/staging/lynxis/omap.git] / package / base-files / files / etc / init.d / umount
index a4e477e2e9b7f8bdaf9383e6eb82e3e7aabb9215..349b2b32648e6d92595bce2f3600ea121ad9c8cc 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh /etc/rc.common
-# Copyright (C) 2006 OpenWrt.org 
+# Copyright (C) 2006 OpenWrt.org
 
 STOP=99
 stop() {
        sync
-       umount -a -r
+       /bin/umount -a -d -r
 }