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

(-)bootmisc~ (-5 / +8 lines)
Lines 111-124 Link Here
111
			{
111
			{
112
				rm -f /tmp/.X*-lock /tmp/esrv* /tmp/kio* /tmp/jpsock.* /tmp/.fam*
112
				rm -f /tmp/.X*-lock /tmp/esrv* /tmp/kio* /tmp/jpsock.* /tmp/.fam*
113
				rm -rf /tmp/.esd* /tmp/orbit-* /tmp/ssh-* /tmp/ksocket-* /tmp/.*-unix
113
				rm -rf /tmp/.esd* /tmp/orbit-* /tmp/ssh-* /tmp/ksocket-* /tmp/.*-unix
114
				# Make sure our X11 stuff have the correct permissions
115
				mkdir -p /tmp/.{ICE,X11}-unix
116
				chown 0:0 /tmp/.{ICE,X11}-unix
117
				chmod 1777 /tmp/.{ICE,X11}-unix
118
				[[ -x /sbin/restorecon ]] && restorecon /tmp/.{ICE,X11}-unix
119
			} &> /dev/null
114
			} &> /dev/null
120
			eend 0
115
			eend 0
121
		fi
116
		fi
117
		# Make sure our X11 stuff have the correct permissions
118
		{
119
			mkdir -p /tmp/.{ICE,X11}-unix
120
			chown 0:0 /tmp/.{ICE,X11}-unix
121
			chmod 1777 /tmp/.{ICE,X11}-unix
122
			[[ -x /sbin/restorecon ]] && restorecon /tmp/.{ICE,X11}-unix
123
		} &> /dev/null
124
122
	fi
125
	fi
123
126
124
	#
127
	#

Return to bug 99679