home *** CD-ROM | disk | FTP | other *** search
/ ftp.eterna.com.au / 2014.06.ftp.eterna.com.au.tar / ftp.eterna.com.au / pub / rc.d.tar.gz / rc.d.tar / rc.d / ccd < prev    next >
Text File  |  1998-09-23  |  119b  |  10 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: ccd
  4. # REQUIRE: startup
  5.  
  6. # Configure ccd devices.
  7. if [ -f /etc/ccd.conf ]; then
  8.     ccdconfig -C
  9. fi
  10.