Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 455458 | Differences between
and this patch

Collapse All | Expand All

(-)a/etc/init.d/netmount (-1 / +1 lines)
Lines 56-62 Link Here
56
		esac
56
		esac
57
	done
57
	done
58
	if [ -n "$fs" ]; then
58
	if [ -n "$fs" ]; then
59
		umount -at $fs || eerror "Failed to simply unmount filesystems"
59
		umount -at $fs || umount -atl $fs || eerror "Failed to simply unmount filesystems"
60
	fi
60
	fi
61
61
62
	eindent
62
	eindent

Return to bug 455458