#ident	"@(#)initpkg:init.d/uucp	1.2.2.1"
#	Clean-up uucp locks, status, and temporary files

#set `/sbin/who -r`
#if [ $9 = "S" -o $9 = "1" ]
if [ "$2" = "S" -o "$2" = "1" ]
then
	/usr/bin/rm -rf /usr/spool/locks/*
fi
