Home | History | Annotate | Line # | Download | only in rc.d
altqd revision 1.1
      1 #!/bin/sh
      2 #
      3 # $NetBSD: altqd,v 1.1 2001/04/05 23:55:00 thorpej Exp $
      4 #
      5 
      6 # PROVIDE: altqd
      7 # REQUIRE: network mountcritlocal dhclient
      8 # KEYWORD: shutdown
      9 
     10 . /etc/rc.subr
     11 
     12 name="altqd"
     13 rcvar=$name
     14 command="/usr/sbin/${name}"
     15 pidfile="/var/run/${name}.pid"
     16 required_files="/etc/altq.conf"
     17 extra_commands="reload"
     18 
     19 load_rc_config $name
     20 run_rc_command "$1"
     21