]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix the mouse question again to only run the mouse menu if a user doesn't
authorjhb <jhb@FreeBSD.org>
Mon, 10 Dec 2001 22:12:23 +0000 (22:12 +0000)
committerjhb <jhb@FreeBSD.org>
Mon, 10 Dec 2001 22:12:23 +0000 (22:12 +0000)
commitdd0efc9785a26030b50b39b329d23d824a06b794
treef98907f2d1f6b7fc4c68d4fc3c15fb808acf3d20
parente408e50776be2ef5ea5b219c2e342b40986b9538
Fix the mouse question again to only run the mouse menu if a user doesn't
have a USB mouse.  Here's the deal on how this works:  USB mouse have
moused run for them automatically by usbd so we don't need to setup moused
for them.  We do need to setup moused for other mice though, so if the
user has a USB mouse, we don't need to do anything.  Hence the wording
"Do you have a non-USB mouse installed?" for the question.  The question
can be reworded as "Do you have a PS/2 or Serial mouse installed?" instead
if that is preferred.
usr.sbin/sade/install.c
usr.sbin/sysinstall/install.c