home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 204.img / SC386BN1.TD0 / etc / rc.d / 4 / cleanup
Encoding:
Text File  |  1988-05-20  |  503 b   |  21 lines

  1. :
  2. #    @(#) cleanup.sh 1.1 88/05/03 
  3. #
  4. #    Copyright (C) The Santa Cruz Operation, 1985.
  5. #    This Module contains Proprietary Information of
  6. #    The Santa Cruz Operation, Microsoft Corporation
  7. #    and AT&T, and should be treated as Confidential.
  8. #
  9. #    /etc/rc.d/4/cleanup - removal of temporary or lock files
  10. #
  11.  
  12. # clear printer lock
  13. rm -f /usr/spool/lp/SCHEDLOCK
  14. rm -f /usr/spool/lpd/lock
  15.  
  16. # clear miscellaneous lock files
  17. rm -f /usr/spool/uucp/LCK.*
  18.  
  19. # clean out temp files, not directories
  20. rm -f /tmp/* /usr/tmp/*
  21.