Untested patch

--- /etc/init.d/umountfs        2009-10-14 05:15:49.000000000 +0100
+++ /tmp/umountfs       2009-11-03 14:58:38.767258508 +0000
@@ -94,13 +94,14 @@
        #
        if [ "$WEAK_MTPTS" ]; then
                if [ "$VERBOSE" = no ]
+               # Do not use the -f umount option here
                then
                        log_action_begin_msg "Unmounting weak filesystems"
-                       fstab-decode umount -f -r -d $WEAK_MTPTS
+                       fstab-decode umount -r -d $WEAK_MTPTS
                        log_action_end_msg $?
                else
                        log_daemon_msg "Will now unmount weak filesystems"
-                       fstab-decode umount -f -v -r -d $WEAK_MTPTS
+                       fstab-decode umount -v -r -d $WEAK_MTPTS
                        log_end_msg $?
                fi
        fi

-- 
Unable to shut down or restart on Karmic
https://bugs.launchpad.net/bugs/468589
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to