diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-10 21:11:57 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-03-10 21:11:57 +0000 |
| commit | 628febdfb70720f466d0f48e6c08bf4befbcbe55 (patch) | |
| tree | 075c2e3bb458401ad909c3bc00f74b5d9de57ac7 /usr.sbin/sade/dispatch.c | |
| parent | 930bb1a4da5df36487ac972c12c7ce1ad13c2e7a (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade/dispatch.c')
| -rw-r--r-- | usr.sbin/sade/dispatch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sade/dispatch.c b/usr.sbin/sade/dispatch.c index 5e7ba531736f..bcc587fd3c4d 100644 --- a/usr.sbin/sade/dispatch.c +++ b/usr.sbin/sade/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 }, |
