summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-03-09 22:25:49 +0000
committerjkh <jkh@FreeBSD.org>1997-03-09 22:25:49 +0000
commit636598f5615bc6304ca5a939852a221e5a7ce077 (patch)
tree509b2cf3a856a0a80a6eeee4f35cd1e198b0c41b /usr.sbin/sysinstall/dispatch.c
parent1be4650826e4a5f20a6ecee1f3835d0f86388e58 (diff)
downloadFreeBSD-src-636598f5615bc6304ca5a939852a221e5a7ce077.zip
FreeBSD-src-636598f5615bc6304ca5a939852a221e5a7ce077.tar.gz
Add a registration screen so we can finally start counting our little user
puppies.
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index 034a7f5..5e7ba53 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$
+ * $Id: dispatch.c,v 1.10 1997/02/22 14:11:26 peter Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -48,6 +48,7 @@ static struct _word {
{ "configRouter", configRouter },
{ "configNFSServer", configNFSServer },
{ "configSamba", configSamba },
+ { "configRegister", configRegister },
{ "configPackages", configPackages },
{ "diskPartitionEditor", diskPartitionEditor },
{ "diskPartitionWrite", diskPartitionWrite },
OpenPOWER on IntegriCloud