aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-21 15:45:15 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-21 15:45:15 +0000
commit31377e1f1f5475800acc42fc9dad5cce127dca32 (patch)
treefcfe4edb8f12536fb4b26b9c23c0f802c63e52c1 /usr.sbin/sysinstall/menus.c
parentce93f47a1e48d149d5ef3b096b2f4a14cbd70337 (diff)
downloadsrc-31377e1f1f5475800acc42fc9dad5cce127dca32.tar.gz
src-31377e1f1f5475800acc42fc9dad5cce127dca32.zip
Change the way that X configuration method is selected.
Notes
Notes: svn path=/head/; revision=26764
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 82032d8b0e71..c355bcf1f881 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.138 1997/06/13 14:06:10 jkh Exp $
+ * $Id: menus.c,v 1.139 1997/06/13 14:21:20 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1110,7 +1110,7 @@ DMenu MenuConfigure = {
#else
{ "X XFree86", "Configure XFree86",
#endif
- NULL, configXFree86 },
+ NULL, configXEnvironment },
{ "D Distributions", "Install additional distribution sets",
NULL, distExtractAll },
{ "L Label", "The disk Label editor",