diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-14 23:09:10 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-14 23:09:10 +0000 |
commit | 54029d703977efc2be14d1a246ba200fa1bb0d72 (patch) | |
tree | c5d0cbe85320c019d1d7fde107689829cd626fd7 /usr.sbin/sysinstall/dispatch.c | |
parent | d6f5b2f85614c5f1927ceca80e42107d3c77479e (diff) | |
download | FreeBSD-src-54029d703977efc2be14d1a246ba200fa1bb0d72.zip FreeBSD-src-54029d703977efc2be14d1a246ba200fa1bb0d72.tar.gz |
Now that I've got my source tree sorted out, bring all the things
I've been committing into 2.2 directly all this time.
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 493f4d6..f5899cc 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 }, }; |