2001-04-06 03:54:59 +04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2004-08-13 22:08:03 +04:00
|
|
|
# $NetBSD: altqd,v 1.4 2004/08/13 18:08:03 mycroft Exp $
|
2001-04-06 03:54:59 +04:00
|
|
|
#
|
|
|
|
|
|
|
|
# PROVIDE: altqd
|
2003-03-10 21:17:06 +03:00
|
|
|
# REQUIRE: mountcritremote
|
|
|
|
# BEFORE: SERVERS
|
2001-04-06 03:54:59 +04:00
|
|
|
# KEYWORD: shutdown
|
|
|
|
|
2004-08-13 22:08:03 +04:00
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
2001-04-06 03:54:59 +04:00
|
|
|
|
|
|
|
name="altqd"
|
|
|
|
rcvar=$name
|
|
|
|
command="/usr/sbin/${name}"
|
|
|
|
pidfile="/var/run/${name}.pid"
|
|
|
|
required_files="/etc/altq.conf"
|
|
|
|
extra_commands="reload"
|
|
|
|
|
|
|
|
load_rc_config $name
|
|
|
|
run_rc_command "$1"
|