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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- openrc-0.5.3.orig/init.d/netmount.in
0
++ openrc-0.5.3/init.d/netmount.in
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
		umount -at $fs || umount -atl $fs || eerror "Failed to simply unmount filesystems"
84
	fi
84
	fi
85
85
86
	eindent
86
	eindent

Return to bug 299633