aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/ifwatchd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/ifwatchd')
-rw-r--r--etc/rc.d/ifwatchd17
1 files changed, 0 insertions, 17 deletions
diff --git a/etc/rc.d/ifwatchd b/etc/rc.d/ifwatchd
deleted file mode 100644
index ec23ce28421e..000000000000
--- a/etc/rc.d/ifwatchd
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD$
-#
-
-# PROVIDE: ifwatchd
-# REQUIRE: mountcritremote network
-
-. /etc/rc.subr
-
-name="ifwatchd"
-rcvar=$name
-command="/usr/sbin/${name}"
-
-load_rc_config $name
-run_rc_command "$1"
-