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