Argh! there's no need for moused to be setuid-root! Now that it

works from startup, and works with XFree86 via /dev/sysmouse, it should
be started at boot and left running.

Pointed out by: Sujal Patel <smpatel@umiacs.umd.edu>
This commit is contained in:
Peter Wemm 1996-09-10 19:17:25 +00:00
parent 9545a0eaa4
commit a77d162973
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18225

View File

@ -2,8 +2,8 @@ PROG= moused
SRCS= moused.c
NOMAN= moused
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
#BINOWN= root
#BINMODE=4555
#INSTALLFLAGS=-fschg
.include <bsd.prog.mk>