Home | History | Annotate | Line # | Download | only in rc.d
bootparams revision 1.4.2.1
      1      1.1  lukem #!/bin/sh
      2      1.1  lukem #
      3  1.4.2.1  lukem # $NetBSD: bootparams,v 1.4.2.1 2000/10/02 01:09:23 lukem Exp $
      4      1.1  lukem #
      5      1.1  lukem 
      6      1.1  lukem # PROVIDE: bootparams
      7      1.4   fvdl # REQUIRE: rpcbind DAEMON
      8      1.1  lukem 
      9      1.1  lukem . /etc/rc.subr
     10      1.1  lukem 
     11      1.1  lukem name="bootparamd"
     12  1.4.2.1  lukem rcvar=$name
     13      1.1  lukem command="/usr/sbin/rpc.${name}"
     14      1.1  lukem required_files="/etc/bootparams"
     15      1.1  lukem 
     16      1.3  lukem load_rc_config $name
     17      1.1  lukem run_rc_command "$1"
     18