cleanvar.init at [67838bd249]
Logged in as anonymous

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


# 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