summaryrefslogtreecommitdiff
path: root/etc/rc.d/mopd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/mopd')
-rwxr-xr-xetc/rc.d/mopd16
1 files changed, 0 insertions, 16 deletions
diff --git a/etc/rc.d/mopd b/etc/rc.d/mopd
deleted file mode 100755
index 888c4d6f1cb6..000000000000
--- a/etc/rc.d/mopd
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-#
-# $NetBSD: mopd,v 1.3 2000/05/13 08:45:07 lukem Exp $
-#
-
-# PROVIDE: mopd
-# REQUIRE: DAEMON
-
-. /etc/rc.subr
-
-name="mopd"
-rcvar=$name
-command="/usr/sbin/${name}"
-
-load_rc_config $name
-run_rc_command "$1"