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 / mountall < prev    next >
Text File  |  1998-09-23  |  92b  |  8 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: mountall
  4. # REQUIRE: beforemountlkm
  5.  
  6. # mount all filesystems
  7. mount -a
  8.