diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-21 15:45:15 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-06-21 15:45:15 +0000 |
| commit | 31377e1f1f5475800acc42fc9dad5cce127dca32 (patch) | |
| tree | fcfe4edb8f12536fb4b26b9c23c0f802c63e52c1 /usr.sbin/sysinstall/dispatch.c | |
| parent | ce93f47a1e48d149d5ef3b096b2f4a14cbd70337 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
| -rw-r--r-- | usr.sbin/sysinstall/dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 0d295b56a442d..e72303a1daee4 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 }, |
