Home | History | Annotate | Line # | Download | only in rc.d
racoon revision 1.3
      1  1.1  thorpej #!/bin/sh
      2  1.1  thorpej #
      3  1.3  thorpej # $NetBSD: racoon,v 1.3 2002/03/22 04:33:59 thorpej Exp $
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej # PROVIDE: ike
      7  1.2    lukem # REQUIRE: isdnd kdc ppp
      8  1.3  thorpej # BEFORE:  SERVERS
      9  1.1  thorpej 
     10  1.1  thorpej . /etc/rc.subr
     11  1.1  thorpej 
     12  1.1  thorpej name="racoon"
     13  1.1  thorpej rcvar=$name
     14  1.1  thorpej command="/usr/sbin/${name}"
     15  1.1  thorpej pidfile="/var/run/${name}.pid"
     16  1.1  thorpej required_files="/etc/racoon/racoon.conf"
     17  1.1  thorpej 
     18  1.1  thorpej load_rc_config $name
     19  1.1  thorpej run_rc_command "$1"
     20