:
#	@(#) uucp 1.6 89/05/25 
#
#
#	      UNIX is a registered trademark of AT&T
#		Portions Copyright 1976-1989 AT&T
#	Portions Copyright 1980-1989 Microsoft Corporation
#    Portions Copyright 1983-1989 The Santa Cruz Operation, Inc
#		      All Rights Reserved

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

set `who -r`
if [ "$9" = "S" ]
then

# clear miscellaneous lock files
	rm -f /usr/spool/uucp/LCK.*		# SCO_BASE

fi
