diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-02-18 07:09:45 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2000-02-18 07:09:45 +0000 |
| commit | be4a40d0ebe0f554acbdde1c752481f85a546e77 (patch) | |
| tree | 09a04a5ff6e730094382eeafb3a9ed491998ce26 /release/sysinstall/dispatch.c | |
| parent | 7395b85a9eb6f0be3b69490f906df2df12cce59f (diff) | |
Notes
Diffstat (limited to 'release/sysinstall/dispatch.c')
| -rw-r--r-- | release/sysinstall/dispatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 811bae57898b..7d8dc9c759e2 100644 --- a/release/sysinstall/dispatch.c +++ b/release/sysinstall/dispatch.c @@ -81,7 +81,7 @@ static struct _word { { "docShowDocument", docShowDocument }, { "installCommit", installCommit }, { "installExpress", installExpress }, - { "installNovice", installNovice }, + { "installStandard", installStandard }, { "installUpgrade", installUpgrade }, { "installFixupBin", installFixupBin }, { "installFixupXFree", installFixupXFree }, |
