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

Collapse All | Expand All

(-)lib/rcscripts/addons/udev-start.sh (+4 lines)
Lines 115-120 Link Here
115
	fi
115
	fi
116
	eend $?
116
	eend $?
117
117
118
	# Create a file so that our rc system knows it's still in sysinit.
119
	# Existance means init scripts will not directly run.
120
	touch /dev/.rcsysinit
121
118
	# Selinux lovin; /selinux should be mounted by selinux-patched init
122
	# Selinux lovin; /selinux should be mounted by selinux-patched init
119
	if [[ -x /sbin/restorecon && -c /selinux/null ]] ; then
123
	if [[ -x /sbin/restorecon && -c /selinux/null ]] ; then
120
		restorecon /dev &> /selinux/null
124
		restorecon /dev &> /selinux/null

Return to bug 118419