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

(-)bootmisc.old (-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 dependencyChanged /etc/profile.env /etc/env.d /etc/env.d/* ; 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