17 lines
221 B
Bash
Executable File
17 lines
221 B
Bash
Executable File
#!/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"
|