cleanvar.init at [8f80b79392]
Logged in as anonymous

File cleanvar.init artifact 310cc4bd83 part of check-in 8f80b79392


# 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