NetBSD/etc/rc.d/ipmon

18 lines
235 B
Plaintext
Raw Normal View History

2000-03-10 14:53:23 +03:00
#!/bin/sh
#
# $NetBSD: ipmon,v 1.3 2000/09/19 13:04:38 lukem Exp $
2000-03-10 14:53:23 +03:00
#
# PROVIDE: ipmon
# REQUIRE: syslogd
. /etc/rc.subr
name="ipmon"
rcvar=$name
2000-03-10 14:53:23 +03:00
command="/usr/sbin/${name}"
command_args="&"
load_rc_config $name
2000-03-10 14:53:23 +03:00
run_rc_command "$1"