summaryrefslogtreecommitdiff
path: root/etc/rc.d/ipmon
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ipmon')
-rwxr-xr-xetc/rc.d/ipmon17
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/rc.d/ipmon b/etc/rc.d/ipmon
deleted file mode 100755
index 6f635c5082f95..0000000000000
--- a/etc/rc.d/ipmon
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/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"