Home | History | Annotate | Line # | Download | only in rc.d
      1  1.1  thorpej #!/bin/sh
      2  1.1  thorpej #
      3  1.4  mycroft # $NetBSD: altqd,v 1.4 2004/08/13 18:08:03 mycroft Exp $
      4  1.1  thorpej #
      5  1.1  thorpej 
      6  1.1  thorpej # PROVIDE: altqd
      7  1.3    lukem # REQUIRE: mountcritremote
      8  1.3    lukem # BEFORE:  SERVERS
      9  1.1  thorpej # KEYWORD: shutdown
     10  1.1  thorpej 
     11  1.4  mycroft $_rc_subr_loaded . /etc/rc.subr
     12  1.1  thorpej 
     13  1.1  thorpej name="altqd"
     14  1.1  thorpej rcvar=$name
     15  1.1  thorpej command="/usr/sbin/${name}"
     16  1.1  thorpej pidfile="/var/run/${name}.pid"
     17  1.1  thorpej required_files="/etc/altq.conf"
     18  1.1  thorpej extra_commands="reload"
     19  1.1  thorpej 
     20  1.1  thorpej load_rc_config $name
     21  1.1  thorpej run_rc_command "$1"
     22