1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Fix moused so you can use the stop command

Reported by:	wa1ter@myrealbox.com
This commit is contained in:
Gordon Tetlow 2002-09-27 16:54:21 +00:00
parent da30581ecb
commit 38441fbf04
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104039

View File

@ -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()