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

Collapse All | Expand All

(-)localmount (-1 / +1 lines)
Lines 10-16 Link Here
10
start() {
10
start() {
11
	# Mount local filesystems in /etc/fstab.
11
	# Mount local filesystems in /etc/fstab.
12
	ebegin "Mounting local filesystems"
12
	ebegin "Mounting local filesystems"
13
	mount -at nocoda,nonfs,noproc,noncpfs,nosmbfs,noshm >/dev/null
13
	mount -aFt nocoda,nonfs,noproc,noncpfs,nosmbfs,noshm >/dev/null
14
	eend $? "Some local filesystem failed to mount"
14
	eend $? "Some local filesystem failed to mount"
15
15
16
	# Make sure we insert usbcore if its a module
16
	# Make sure we insert usbcore if its a module
(-)bootmisc (-3 / +5 lines)
Lines 28-36 Link Here
28
28
29
		if [ -x /sbin/env-update.sh ]
29
		if [ -x /sbin/env-update.sh ]
30
		then
30
		then
31
			ebegin "Updating environment"
31
		    if [ /etc/env.d -nt /etc/profile.env ]; then
32
			/sbin/env-update.sh >/dev/null
32
				ebegin "Updating environment"
33
			eend 0
33
				/sbin/env-update.sh >/dev/null
34
				eend 0
35
			fi
34
		fi
36
		fi
35
37
36
		# Reset pam_console permissions
38
		# Reset pam_console permissions

Return to bug 55329