Diff
Logged in as anonymous

Differences From Artifact [548e494426]:

To Artifact [9e4a8199b1]:


1
2
3
4
5
6
7
8
9
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





|
|
|

1
2
3
4
5
6
7
8
9
cleartmp: mountlate
	echo "MRC:$@> Clearing tmp."; \
	find -x /tmp -mindepth 1 ! -name lost+found \
	    ! -name snapshots ! -path "./snapshots/*" \
	    ! -name quota.user ! -name quota.group \
	    -delete -type d -prune ;\
	  rm -f /tmp/.X*-lock ;\
	  rm -fr /tmp/.X11-unix ;\
	  mkdir -m 1777 /tmp/.X11-unix