Fix locations of PF helpers.
[dragonfly.git] / etc / rc.d / altqd
1 #!/bin/sh
2 #
3 # $NetBSD: altqd,v 1.2 2002/03/22 04:33:58 thorpej Exp $
4 # $FreeBSD: src/etc/rc.d/altqd,v 1.1 2002/06/13 22:14:36 gordon Exp $
5 # $DragonFly: src/etc/rc.d/Attic/altqd,v 1.1 2003/07/24 06:35:37 dillon Exp $
6 #
7
8 # PROVIDE: altqd
9 # REQUIRE: network mountcritlocal dhclient
10 # BEFORE:  NETWORKING
11 # KEYWORD: shutdown
12
13 . /etc/rc.subr
14
15 name="altqd"
16 rcvar=$name
17 command="/usr/sbin/${name}"
18 pidfile="/var/run/${name}.pid"
19 required_files="/etc/altq.conf"
20 extra_commands="reload"
21
22 load_rc_config $name
23 run_rc_command "$1"