diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-15 09:06:20 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-11-15 09:06:20 +0000 |
| commit | 18c434c8f2a7c39c4d1087771e10fa0f262e9924 (patch) | |
| tree | c0fb213eb41cd6c218b45525a98289ac8d7720f0 /usr.sbin/sysinstall/dispatch.c | |
| parent | 50f292a2b55d3c255e1f22dd527ca4ca944102ff (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
| -rw-r--r-- | usr.sbin/sysinstall/dispatch.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 9bac849de70c..5e1668a3da78 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.24 1997/09/17 16:18:13 pst Exp $ + * $Id: dispatch.c,v 1.25 1998/07/18 09:41:58 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -82,7 +82,8 @@ static struct _word { { "installExpress", installExpress }, { "installNovice", installNovice }, { "installUpgrade", installUpgrade }, - { "installFixup", installFixup }, + { "installFixupBin", installFixupBin }, + { "installFixupXFree", installFixupXFree }, { "installFixitHoloShell", installFixitHoloShell }, { "installFixitCDROM", installFixitCDROM }, { "installFixitFloppy", installFixitFloppy }, |
