diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-08-11 13:08:29 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-08-11 13:08:29 +0000 |
| commit | 86ff6248345adc9bd4a5c1d94d3e64b0cdc19740 (patch) | |
| tree | d33ca74ad7a6879a4acd0c2961dcb3d71e0f8f7e /usr.sbin/sysinstall/dispatch.c | |
| parent | 74875cc69fc1f4cddc57fcf06f28437a203094ad (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
| -rw-r--r-- | usr.sbin/sysinstall/dispatch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 790541659113..1f096a435b23 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.19 1997/06/22 09:45:36 jkh Exp $ + * $Id: dispatch.c,v 1.20 1997/07/16 05:22:40 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -49,10 +49,8 @@ static struct _word { { "configNFSServer", configNFSServer }, { "configNTP", configNTP }, { "configPCNFSD", configPCNFSD }, - { "configNFSServer", configNFSServer }, { "configPackages", configPackages }, { "configRegister", configRegister }, - { "configRouter", configRouter }, { "configUsers", configUsers }, { "configXEnvironment", configXEnvironment }, { "diskPartitionEditor", diskPartitionEditor }, |
