diff options
author | peter <peter@FreeBSD.org> | 1996-09-10 19:17:25 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-09-10 19:17:25 +0000 |
commit | f5b99ab554eb6968c2a13a082d02ec86b97122fc (patch) | |
tree | 2c8308d715207d03e2807614ebd404126a040841 /usr.sbin/moused | |
parent | fa43b0934f680256cae40b300faaed9130ef45f8 (diff) | |
download | FreeBSD-src-f5b99ab554eb6968c2a13a082d02ec86b97122fc.zip FreeBSD-src-f5b99ab554eb6968c2a13a082d02ec86b97122fc.tar.gz |
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>
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r-- | usr.sbin/moused/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.prog.mk> |