home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / base / root.16 / etc / init.d / uucp < prev   
Text File  |  1998-08-19  |  141b  |  8 lines

  1. #ident    "@(#)uucp    1.2"
  2. #    Clean-up uucp locks, status, and temporary files
  3.  
  4. if [ -n "$_AUTOBOOT" ]
  5. then
  6.     /usr/bin/rm -rf /usr/spool/locks/*
  7. fi
  8.