From 38441fbf04a01780b87d12af17793967b3e812a4 Mon Sep 17 00:00:00 2001 From: Gordon Tetlow Date: Fri, 27 Sep 2002 16:54:21 +0000 Subject: [PATCH] Fix moused so you can use the stop command Reported by: wa1ter@myrealbox.com --- etc/rc.d/moused | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/etc/rc.d/moused b/etc/rc.d/moused index c526ad8e11da..a4479f6d7be1 100644 --- a/etc/rc.d/moused +++ b/etc/rc.d/moused @@ -12,14 +12,12 @@ name=moused rcvar=`set_rcvar` +command="/usr/sbin/${name}" case ${OSTYPE} in FreeBSD) start_cmd="moused_start" ;; -NetBSD) - command="/usr/sbin/${name}" - ;; esac moused_start()