cleanvar.init at [5062c9b6fc]
Logged in as anonymous

File cleanvar.init artifact 5b33a833d1 part of check-in 5062c9b6fc


# vim:ft=make:

CLEANVAR_DIRS?=/var/run /var/spool/lock /var/spool/uucp/.Temp

cleanvar: mount
.for dir in ${CLEANVAR_DIRS}
	find ${dir} -mindepth 1 -delete
.endfor
	install -m644 /dev/null /var/run/utmpx