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 / swap1 < prev    next >
Text File  |  1998-09-23  |  149b  |  9 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: localswap
  4. # REQUIRE: ccd
  5.  
  6. # Add all block-type swap devices; these might be necessary
  7. # during disk checks.
  8. swapctl -A -t blk
  9.