ipmon revision 1.5
1#!/bin/sh
2#
3# $NetBSD: ipmon,v 1.5 2002/02/28 01:06:13 lukem Exp $
4#
5
6# PROVIDE: ipmon
7# REQUIRE: syslogd
8
9. /etc/rc.subr
10
11name="ipmon"
12rcvar=$name
13command="/usr/sbin/${name}"
14command_args="-D"
15
16load_rc_config $name
17run_rc_command "$1"
18