home *** CD-ROM | disk | FTP | other *** search
- :
- # @(#) cleanup.sh 1.1 88/05/03
- #
- # Copyright (C) The Santa Cruz Operation, 1985.
- # This Module contains Proprietary Information of
- # The Santa Cruz Operation, Microsoft Corporation
- # and AT&T, and should be treated as Confidential.
- #
- # /etc/rc.d/4/cleanup - removal of temporary or lock files
- #
-
- # clear printer lock
- rm -f /usr/spool/lp/SCHEDLOCK
- rm -f /usr/spool/lpd/lock
-
- # clear miscellaneous lock files
- rm -f /usr/spool/uucp/LCK.*
-
- # clean out temp files, not directories
- rm -f /tmp/* /usr/tmp/*
-