Artifact 9e4a8199b1d8f789164f1d73006537f6f86f4c826727584bd868bfcb839e4f49:
- File cleartmp.init.mk — part of check-in [29803f148a] at 2019-10-22 08:34:05 on branch trunk — fix scripts (user: arcade, size: 312) [annotate] [blame] [check-ins using]
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