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 / bootparams < prev    next >
Text File  |  1998-09-23  |  286b  |  14 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: bootparams
  4. # REQUIRE: rpc daemon
  5.  
  6. if checkyesno bootparamd; then
  7.     if [ -r /etc/bootparams ]; then
  8.         echo 'starting rpc.bootparamd'; rpc.bootparamd $bootparamd_flags
  9.     else
  10.         logger -s "WARNING: /etc/bootparams not found. " \
  11.             "bootparamd not started."
  12.     fi
  13. fi
  14.