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:
parent
da30581ecb
commit
38441fbf04
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=104039
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user