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

Collapse All | Expand All

(-)/var/tmp/portage/sys-apps/openrc-0.5.3-r1/image/etc/init.d/netmount (-1 / +2 lines)
Lines 80-86 stop() Link Here
80
		fs="$fs${fs:+,}$x"
80
		fs="$fs${fs:+,}$x"
81
	done
81
	done
82
	if [ -n "$fs" ]; then
82
	if [ -n "$fs" ]; then
83
		umount -at $fs || eerror "Failed to simply unmount filesystems"
83
		# also try the lazy way
84
		umount -at $fs || umount -atl $fs || eerror "Failed to simply unmount filesystems"
84
	fi
85
	fi
85
86
86
	eindent
87
	eindent

Return to bug 299633