summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-08-11 13:08:29 +0000
committerjkh <jkh@FreeBSD.org>1997-08-11 13:08:29 +0000
commita6a2ca12c2ed98f5f638b0863a615ed44b6e7844 (patch)
treefa66bee42847b4e038a79c7e7d990c493370d746 /usr.sbin/sysinstall/dispatch.c
parentba6340d33073b774ebb6897ce35dfb411e0d005b (diff)
downloadFreeBSD-src-a6a2ca12c2ed98f5f638b0863a615ed44b6e7844.zip
FreeBSD-src-a6a2ca12c2ed98f5f638b0863a615ed44b6e7844.tar.gz
Make some changes to the way the label editor reads script variables
so you don't need to re-enter it for each and every filesystem. Heads up! This change is incompatible with the previous scripting format, so those folks (all 2 of you) using config files should take a look at the changes to the sample install.cfg file for the diskLabelEditor's new calling syntax. Finally write a man page for this thing, documenting all of the above and more. I can't drive a stake through this thing's heart without properly documenting it first, so please consider this step #1 in that process (to be honest, sysinstall will also live on for some time in the 2.2. branch since it's unlikely that the new install tools will ever make it over there - they're strictly 3.0 material).
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index 7905416..1f096a4 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 },
OpenPOWER on IntegriCloud