]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - etc/rc.d/altqd
This commit was generated by cvs2svn to compensate for changes in r145673,
[FreeBSD/FreeBSD.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$
5 #
6
7 # PROVIDE: altqd
8 # REQUIRE: network mountcritlocal dhclient
9 # BEFORE:  NETWORKING
10 # KEYWORD: shutdown
11
12 . /etc/rc.subr
13
14 name="altqd"
15 rcvar=$name
16 command="/usr/sbin/${name}"
17 pidfile="/var/run/${name}.pid"
18 required_files="/etc/altq.conf"
19 extra_commands="reload"
20
21 load_rc_config $name
22 run_rc_command "$1"