freebsd-dev/usr.sbin/sade
John Baldwin 4f33ba1610 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.
2001-12-10 22:12:23 +00:00
..
help Document (with warnings) the otherwise undocumented `F' command. 2001-03-13 06:52:07 +00:00
command.c Silence warnings on alpha : 2001-09-22 22:34:14 +00:00
config.c Silence warnings on alpha : 2001-09-22 22:34:14 +00:00
devices.c Close all open file descriptors before restarting sysinstall. 2001-09-30 00:43:32 +00:00
disks.c Silence more warnings. 2001-09-22 23:17:37 +00:00
dispatch.c Compensate for default disabling of network services in inetd.conf(5) 2001-08-02 03:25:16 +00:00
dmenu.c Whoops - really make the "fix" I did to the dmenuToggleVariable logic 2000-03-08 14:20:26 +00:00
globals.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
install.c Fix the mouse question again to only run the mouse menu if a user doesn't 2001-12-10 22:12:23 +00:00
keymap.c Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
label.c cleanup 2001-12-10 02:18:05 +00:00
list.h $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
main.c DTRT in the restart case 2001-10-12 07:36:34 +00:00
Makefile Add the Bulgarian BDS and Phonetic keymaps. 2001-12-10 08:37:51 +00:00
menus.c Add the Bulgarian BDS and Phonetic keymaps. 2001-12-10 08:37:51 +00:00
misc.c Silence warnings : 2001-09-22 22:21:01 +00:00
msg.c Return the *right* error codes for yes/no questions when non-interactive. 2001-09-11 20:42:07 +00:00
rtermcap.c
sade.8 List the correct paths to the X server distributions. 2001-08-14 23:19:37 +00:00
sade.h cleanup 2001-12-10 02:18:05 +00:00
system.c MFS: Stop reaping children. It makes evil things happen to the extraction 2001-11-01 23:32:46 +00:00
termcap.c Use the isDebug() function rather than making up a new environment 2001-09-22 18:07:47 +00:00
usb.c Add support for USB to sysinstall. This includes running usbd and 2000-05-12 03:01:17 +00:00
variable.c Add a couple of functions to create persistent variables that will 2001-09-24 10:16:23 +00:00
wizard.c Mark relevant functions __printflike()/__printf0like() and silence some of 2001-07-05 09:51:09 +00:00