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 / gated < prev    next >
Text File  |  1998-09-23  |  222b  |  13 lines

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