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

Collapse All | Expand All

(-)a/init.d/mtab.in (-2 / +5 lines)
Lines 20-27 start() Link Here
20
	elif [ ! -e /etc/mtab ]; then
20
	elif [ ! -e /etc/mtab ]; then
21
		ln -snf /proc/self/mounts /etc/mtab
21
		ln -snf /proc/self/mounts /etc/mtab
22
	else
22
	else
23
		ewarn "The support for updating /etc/mtab as a file is"
23
		ewarn "The OpenRC mtab script has been depreciated "
24
		ewarn "deprecated and will be removed in the future."
24
		ewarn "and will be removed in the future. /etc/mtab "
25
		ewarn "will not be updated from /proc/mounts after it is "
26
		ewarn "removed and users are advised to migraate to a symlink."
27
		ewarn
25
		ewarn "Please run the following command as root on your system."
28
		ewarn "Please run the following command as root on your system."
26
		ewarn
29
		ewarn
27
		ewarn "ln -snf /proc/self/mounts /etc/mtab"
30
		ewarn "ln -snf /proc/self/mounts /etc/mtab"

Return to bug 560060