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

Collapse All | Expand All

(-)file_not_specified_in_diff (-10 / +4 lines)
Line 13 Link Here
13
Lines 19-27 Link Here
19
			rc-svcdir "$RC_SVCDIR"
20
			rc-svcdir "$RC_SVCDIR" && return 0
20
		local rc=$?
21
		if [ -x /usr/sbin/selinuxenabled -a -c /selinux/null ]; then
22
			if [ rc -a selinuxenabled ]; then
23
				restorecon $RC_SVCDIR
24
				rc=$?
25
			fi
26
		fi
27
		[ rc ] && return 0
28
--
Line 29 Link Here
22
	
Line 45 Link Here
39

Return to bug 347503