summaryrefslogtreecommitdiff
path: root/etc/rc.d/mrouted
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mrouted')
-rwxr-xr-xetc/rc.d/mrouted20
1 files changed, 0 insertions, 20 deletions
diff --git a/etc/rc.d/mrouted b/etc/rc.d/mrouted
deleted file mode 100755
index 7d40ec4f3610..000000000000
--- a/etc/rc.d/mrouted
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: mrouted,v 1.5 2000/09/19 13:04:39 lukem Exp $
-#
-
-# PROVIDE: mrouted
-# REQUIRE: DAEMON
-# BEFORE: LOGIN
-
-. /etc/rc.subr
-
-name="mrouted"
-rcvar=$name
-command="/usr/sbin/${name}"
-pidfile="/var/run/${name}.pid"
-required_files="/etc/${name}.conf"
-extra_commands="reload"
-
-load_rc_config $name
-run_rc_command "$1"