cleanvar.init at [c7728de200]
Logged in as anonymous

File cleanvar.init artifact 5e3d4397f9 part of check-in c7728de200


# vim:ft=make:

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

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