Home | History | Annotate | Line # | Download | only in rc.d
      1  1.1    lukem #!/bin/sh
      2  1.1    lukem #
      3  1.7  mycroft # $NetBSD: bootparams,v 1.7 2004/08/13 18:08:03 mycroft Exp $
      4  1.1    lukem #
      5  1.1    lukem 
      6  1.1    lukem # PROVIDE: bootparams
      7  1.4     fvdl # REQUIRE: rpcbind DAEMON
      8  1.6  thorpej # BEFORE:  LOGIN
      9  1.1    lukem 
     10  1.7  mycroft $_rc_subr_loaded . /etc/rc.subr
     11  1.1    lukem 
     12  1.1    lukem name="bootparamd"
     13  1.5    lukem rcvar=$name
     14  1.1    lukem command="/usr/sbin/rpc.${name}"
     15  1.1    lukem required_files="/etc/bootparams"
     16  1.1    lukem 
     17  1.3    lukem load_rc_config $name
     18  1.1    lukem run_rc_command "$1"
     19