summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-21 15:45:15 +0000
committerjkh <jkh@FreeBSD.org>1997-06-21 15:45:15 +0000
commit048f7b081976cb968580657dd194a917f2756371 (patch)
tree4e697f3fae83565031fc67c12f388722fed61d63 /usr.sbin/sysinstall/dispatch.c
parentb4dcc8bb379d868c127f6a63a0f85a9581870957 (diff)
downloadFreeBSD-src-048f7b081976cb968580657dd194a917f2756371.zip
FreeBSD-src-048f7b081976cb968580657dd194a917f2756371.tar.gz
Change the way that X configuration method is selected.
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index 0d295b5..e72303a 100644
--- a/usr.sbin/sysinstall/dispatch.c
+++ b/usr.sbin/sysinstall/dispatch.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: dispatch.c,v 1.16 1997/06/13 09:34:10 jkh Exp $
+ * $Id: dispatch.c,v 1.17 1997/06/13 17:55:32 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -54,7 +54,7 @@ static struct _word {
{ "configRegister", configRegister },
{ "configRouter", configRouter },
{ "configUsers", configUsers },
- { "configXFree86", configXFree86 },
+ { "configXEnvironment", configXEnvironment },
{ "diskPartitionEditor", diskPartitionEditor },
{ "diskPartitionWrite", diskPartitionWrite },
{ "diskLabelEditor", diskLabelEditor },
OpenPOWER on IntegriCloud