@P Jones, Please add the 2>1 | tee /umount-local.out to the else part of the local filesystem. I have pasted the snippet here.
then if [ "$VERBOSE" = no ] then log_action_begin_msg "Unmounting local filesystems" fstab-decode umount -f -r -d $REG_MTPTS log_action_end_msg $? else log_daemon_msg "Will now unmount local filesystems" fstab-decode umount -f -v -r -d $REG_MTPTS 2>1 | tee /umount-local.out log_end_msg $? fi fi Thanks! -- Disk check on every boot https://bugs.launchpad.net/bugs/603966 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
