Artifact [548e494426]
Logged in as anonymous

Artifact 548e494426f3db1653f83081d65b9a2dbc7eb0faf414486c543bff8acaf4e8f0:


cleartmp: mountlate
	echo "MRC:$@> Clearing tmp."; \
	find -x /tmp -mindepth 1 ! -name lost+found \
	    ! -name snapshots ! -path "./snapshots/*" \
	    ! -name quota.user ! -name quota.group \
	    -exec rm -rf -- {} \; -type d -prune); \
	  rm -f /tmp/.X*-lock; \
	  rm -fr /tmp/.X11-unix; \
	  mkdir -m 1777 /tmp/.X11-unix