diff options
Diffstat (limited to 'release/sysinstall/dispatch.c')
-rw-r--r-- | release/sysinstall/dispatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/sysinstall/dispatch.c b/release/sysinstall/dispatch.c index 5e7ba53..bcc587f 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.10 1997/02/22 14:11:26 peter Exp $ + * $Id: dispatch.c,v 1.11 1997/03/09 22:25:43 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -86,6 +86,7 @@ static struct _word { { "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity }, { "mediaGetType", mediaGetType }, { "optionsEditor", optionsEditor }, + { "register", configRegister }, /* Alias */ { "addGroup", userAddGroup }, { "addUser", userAddUser }, { "shutdown", _shutdown }, |