From 54029d703977efc2be14d1a246ba200fa1bb0d72 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 14 Dec 1996 23:09:10 +0000 Subject: 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. --- usr.sbin/sysinstall/dispatch.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/dispatch.c') 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 }, }; -- cgit v1.1