summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authormurray <murray@FreeBSD.org>2002-04-06 02:42:27 +0000
committermurray <murray@FreeBSD.org>2002-04-06 02:42:27 +0000
commite07b369f19cd373bb12d2373c51aca1027812f34 (patch)
tree459084be4d9aca8aa04fb6a7670563a96fa02f63 /usr.sbin/sade
parent8b9c90b040a008317cb30b07fcbd9fa4c4096abc (diff)
downloadFreeBSD-src-e07b369f19cd373bb12d2373c51aca1027812f34.zip
FreeBSD-src-e07b369f19cd373bb12d2373c51aca1027812f34.tar.gz
Add "xf86cfg -textmode" to the list of options for configuring XFree86
4.X. Suggested by: many
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r--usr.sbin/sade/menus.c14
1 files changed, 9 insertions, 5 deletions
diff --git a/usr.sbin/sade/menus.c b/usr.sbin/sade/menus.c
index 279fa4b..9ff0696 100644
--- a/usr.sbin/sade/menus.c
+++ b/usr.sbin/sade/menus.c
@@ -904,18 +904,22 @@ DMenu MenuSrcDistributions = {
DMenu MenuXF86Config = {
DMENU_NORMAL_TYPE | DMENU_SELECTION_RETURNS,
"Please select the XFree86 configuration tool you want to use.",
- "The first tool, xf86cfg, is fully graphical\n"
- "The second tool, xf86config, is\n"
+ "The first option, xf86cfg, is fully graphical.\n"
+ "The second option provides a menu-based interface similar to\n"
+ "what you are currently using. "
+ "The third option, xf86config, is\n"
"a more simplistic shell-script based tool and less friendly to\n"
- "new users, but it may work in situations where the fancier one\n"
- "does not.",
+ "new users, but it may work in situations where the other options\n"
+ "do not.",
NULL,
NULL,
{ { "X Exit", "Exit this menu (returning to previous)",
NULL, dmenuExit },
{ "2 xf86cfg", "Fully graphical XFree86 configuration tool.",
NULL, dmenuSetVariable, NULL, VAR_XF86_CONFIG "=xf86cfg" },
- { "3 xf86config", "Shell-script based XFree86 configuration tool.",
+ { "3 xf86cfg -textmode", "ncurses-based XFree86 configuration tool.",
+ NULL, dmenuSetVariable, NULL, VAR_XF86_CONFIG "=xf86cfg -textmode" },
+ { "4 xf86config", "Shell-script based XFree86 configuration tool.",
NULL, dmenuSetVariable, NULL, VAR_XF86_CONFIG "=xf86config" },
{ "D XDesktop", "X already set up, just do desktop configuration.",
NULL, dmenuSubmenu, NULL, &MenuXDesktops },
OpenPOWER on IntegriCloud