Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381503
Collapse All | Expand All

(-)init.d/mtab.in.orig (-2 / +2 lines)
Lines 12-19 Link Here
12
12
13
start()
13
start()
14
{
14
{
15
	if [ -l /etc/mtab ]
15
	# /etc/mtab could be a symlink to /proc/mounts
16
	then
16
	if [ ! -w /etc/mtab -a -L /etc/mtab ]; then
17
		einfo "Skipping mtab update (mtab is a symbolic link)"
17
		einfo "Skipping mtab update (mtab is a symbolic link)"
18
		return 0
18
		return 0
19
	fi
19
	fi

Return to bug 381503