NetBSD/etc/rc.d/ipmon

17 lines
221 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: ipmon,v 1.1.1.1 2000/03/10 11:53:25 lukem Exp $
#
# PROVIDE: ipmon
# REQUIRE: syslogd
. /etc/rc.subr
. /etc/rc.conf
name="ipmon"
command="/usr/sbin/${name}"
command_args="&"
run_rc_command "$1"