NetBSD/etc/rc.d/gated

18 lines
265 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: gated,v 1.2 2000/03/13 04:03:57 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: gated
# REQUIRE: DAEMON
2000-03-10 14:53:23 +03:00
. /etc/rc.subr
. /etc/rc.conf
name="gated"
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
required_files="/etc/${name}.conf"
run_rc_command "$1"