diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 23:09:10 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-14 23:09:10 +0000 |
| commit | 507372af02789c3d18fcb45050d52054159452f9 (patch) | |
| tree | c5d0cbe85320c019d1d7fde107689829cd626fd7 /usr.sbin/sysinstall/dispatch.c | |
| parent | d3bb9749e635207d510142851a0bf390907f5513 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
| -rw-r--r-- | usr.sbin/sysinstall/dispatch.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c index 493f4d6c24b2..f5899cc693ac 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: dispatch.c,v 1.5 1996/10/01 12:13:10 jkh Exp $ + * $Id: dispatch.c,v 1.6 1996/11/04 12:56:20 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -83,6 +83,8 @@ static struct _word { { "mediaSetCPIOVerbosity", mediaSetCPIOVerbosity }, { "mediaGetType", mediaGetType }, { "optionsEditor", optionsEditor }, + { "addGroup", userAddGroup }, + { "addUser", userAddUser }, { NULL, NULL }, }; |
