--- /var/tmp/portage/sys-apps/openrc-0.5.3-r1/image/etc/init.d/netmount 2010-01-04 18:21:22.000000000 +0100 +++ /etc/init.d/netmount 2010-01-04 18:13:50.000000000 +0100 @@ -80,7 +80,8 @@ stop() fs="$fs${fs:+,}$x" done if [ -n "$fs" ]; then - umount -at $fs || eerror "Failed to simply unmount filesystems" + # also try the lazy way + umount -at $fs || umount -atl $fs || eerror "Failed to simply unmount filesystems" fi eindent