Expand PMF_FN_* macros.
[netbsd-mini2440.git] / etc / rc.d / altqd
blobcd5f33cbf5ed4beb853fd34b3413fc5acfa36311
1 #!/bin/sh
3 # $NetBSD: altqd,v 1.3 2003/03/10 18:17:06 lukem Exp $
6 # PROVIDE: altqd
7 # REQUIRE: mountcritremote
8 # BEFORE: SERVERS
9 # KEYWORD: shutdown
11 $_rc_subr_loaded . /etc/rc.subr
13 name="altqd"
14 rcvar=$name
15 command="/usr/sbin/${name}"
16 pidfile="/var/run/${name}.pid"
17 required_files="/etc/altq.conf"
18 extra_commands="reload"
20 load_rc_config $name
21 run_rc_command "$1"