# Clean locks from the asd spool files.
# This should be run from /etc/rc
if [ -d /usr/spool/asd ]
then	cd /usr/spool/asd
	rm -f */lock */L.* */dummy */*.t
fi
