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 / rarpd < prev    next >
Text File  |  1998-09-23  |  256b  |  15 lines

  1. #! /bin/sh
  2.  
  3. # PROVIDE: rarpd
  4. # REQUIRE: daemon
  5.  
  6. if checkyesno rbootd; then
  7.     if [ -r /etc/rbootd.conf ]; then
  8.         echo -n ' rbootd';    rbootd $rbootd_flags
  9.     else
  10.         echo
  11.         logger -s "WARNING: /etc/rbootd.conf not readable; " \
  12.             "rbootd not started."
  13.     fi
  14. fi
  15.