From f5b99ab554eb6968c2a13a082d02ec86b97122fc Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 10 Sep 1996 19:17:25 +0000 Subject: 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 --- usr.sbin/moused/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/moused/Makefile') diff --git a/usr.sbin/moused/Makefile b/usr.sbin/moused/Makefile index 35e25a7..79a4b9c 100644 --- a/usr.sbin/moused/Makefile +++ b/usr.sbin/moused/Makefile @@ -2,8 +2,8 @@ PROG= moused SRCS= moused.c NOMAN= moused -BINOWN= root -BINMODE=4555 -INSTALLFLAGS=-fschg +#BINOWN= root +#BINMODE=4555 +#INSTALLFLAGS=-fschg .include -- cgit v1.1