NetBSD/etc/rc.d/ipmon
mrg f79db8d04e move ipmon's "-D" argument from "command_args" to "ipmon_flags" so that
passing an (optional) filename argument (that must come last) works fine
from $ipmon_flags.  from PR#25006.
2004-04-04 13:59:36 +00:00

19 lines
267 B
Bash
Executable File

#!/bin/sh
#
# $NetBSD: ipmon,v 1.11 2004/04/04 13:59:36 mrg Exp $
#
# PROVIDE: ipmon
# REQUIRE: syslogd
# BEFORE: SERVERS
. /etc/rc.subr
name="ipmon"
rcvar=$name
command="/usr/sbin/${name}"
pidfile="/var/run/${name}.pid"
load_rc_config $name
run_rc_command "$1"