blob: 6f635c5082f957c3631c265c6cb9f8da7e0c89eb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/bin/sh
#
# $NetBSD: ipmon,v 1.2 2000/05/13 08:45:07 lukem Exp $
#
# PROVIDE: ipmon
# REQUIRE: syslogd
. /etc/rc.subr
name="ipmon"
rcvar=$name
command="/usr/sbin/${name}"
command_args="&"
load_rc_config $name
run_rc_command "$1"
|