summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.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/menus.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/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 169b906..4d0f08c 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.119 1997/02/22 14:12:05 peter Exp $
+ * $Id: menus.c,v 1.120 1997/03/08 12:57:45 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -257,6 +257,8 @@ DMenu MenuIndex = {
{ "Packages", "The packages collection", NULL, configPackages },
{ "Partition", "The disk Partition Editor", NULL, diskPartitionEditor },
{ "PCNFSD", "Run authentication server for PC-NFS.", dmenuVarCheck, configPCNFSD, NULL, "pcnfsd" },
+ { "Register", "Register yourself or company as a FreeBSD user.", dmenuVarCheck, configRegister, NULL, "registered" },
+ { "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
{ "Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
{ "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" },
{ "Samba", "Configure Samba for LanManager access.", dmenuVarCheck, configSamba, NULL, "samba" },
@@ -1059,7 +1061,7 @@ DMenu MenuConfigure = {
NULL, dmenuSystemCommand, NULL, "passwd root" },
{ "A HTML Docs", "Go to the HTML documentation menu (post-install)",
NULL, docBrowser },
- { "B XFree86", "Configure XFree86",
+ { "X XFree86", "Configure XFree86",
NULL, configXFree86 },
{ "D Distributions", "Install additional distribution sets",
NULL, distExtractAll },
@@ -1067,7 +1069,9 @@ DMenu MenuConfigure = {
NULL, diskLabelEditor },
{ "Partition", "The disk Partition Editor",
NULL, diskPartitionEditor },
- { "Exit", "Exit this menu (returning to previous)",
+ { "S Set Root Password", "Set the system manager's password.", NULL, dmenuSystemCommand, NULL, "passwd root" },
+ { "R Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister },
+ { "E Exit", "Exit this menu (returning to previous)",
NULL, dmenuExit },
{ NULL } },
};
OpenPOWER on IntegriCloud