diff options
author | jkh <jkh@FreeBSD.org> | 1999-04-24 01:53:55 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-04-24 01:53:55 +0000 |
commit | d8fc4c742dc237d71e0b51fa8fa86d3d78149238 (patch) | |
tree | 63b21dbd426cb2bb84136431ff6d2c84569c1138 /release/sysinstall/menus.c | |
parent | ea6910c469a881b05def69be54c5d376017fad09 (diff) | |
download | FreeBSD-src-d8fc4c742dc237d71e0b51fa8fa86d3d78149238.zip FreeBSD-src-d8fc4c742dc237d71e0b51fa8fa86d3d78149238.tar.gz |
Remove the registration stuff; we're redoing this and the emailed
registrations have a high failure rate for various reasons.
Diffstat (limited to 'release/sysinstall/menus.c')
-rw-r--r-- | release/sysinstall/menus.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/menus.c b/release/sysinstall/menus.c index d03b76d..5d7fb7a 100644 --- a/release/sysinstall/menus.c +++ b/release/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.193 1999/03/19 10:54:37 jkh Exp $ + * $Id: menus.c,v 1.194 1999/04/21 07:22:37 obrien Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -281,7 +281,6 @@ DMenu MenuIndex = { { "Packages", "The packages collection", NULL, configPackages }, { "Partition", "The disk Slice (PC-style 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" }, { "Router", "Select routing daemon (default: routed)", NULL, configRouter, NULL, "router" }, { "Syscons", "The system console configuration menu.", NULL, dmenuSubmenu, NULL, &MenuSyscons }, @@ -1167,7 +1166,6 @@ DMenu MenuConfigure = { NULL, docBrowser }, { "X XFree86", "Configure XFree86", NULL, configXEnvironment }, - { "U Register", "Register yourself or company as a FreeBSD user.", NULL, configRegister }, { "E Exit", "Exit this menu (returning to previous)", NULL, dmenuExit }, { NULL } }, |