From d8fc4c742dc237d71e0b51fa8fa86d3d78149238 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 24 Apr 1999 01:53:55 +0000 Subject: Remove the registration stuff; we're redoing this and the emailed registrations have a high failure rate for various reasons. --- release/sysinstall/dispatch.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'release/sysinstall/dispatch.c') diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 8d289e4..7582b36 100644 --- a/release/sysinstall/dispatch.c +++ b/release/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.26 1998/11/15 09:06:19 jkh Exp $ + * $Id: dispatch.c,v 1.27 1999/02/05 22:15:48 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -56,7 +56,6 @@ static struct _word { { "configNTP", configNTP }, { "configPCNFSD", configPCNFSD }, { "configPackages", configPackages }, - { "configRegister", configRegister }, { "configUsers", configUsers }, { "configXEnvironment", configXEnvironment }, { "diskPartitionEditor", diskPartitionEditor }, @@ -105,7 +104,6 @@ static struct _word { { "mediaGetType", mediaGetType }, { "msgConfirm", dispatch_msgConfirm }, { "optionsEditor", optionsEditor }, - { "register", configRegister }, /* Alias */ { "packageAdd", packageAdd }, { "addGroup", userAddGroup }, { "addUser", userAddUser }, -- cgit v1.1