aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/dispatch.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-06-13 17:55:32 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-06-13 17:55:32 +0000
commit17c5409baf14f3628281a2455cf6015085e5aaa8 (patch)
tree7bc725e7be0473eddb022d52ee1703416e4d5127 /usr.sbin/sysinstall/dispatch.c
parent08e6881746b463b181beea4826aeefc61514d82c (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/dispatch.c')
-rw-r--r--usr.sbin/sysinstall/dispatch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/dispatch.c b/usr.sbin/sysinstall/dispatch.c
index d071232ffde97..0d295b56a442d 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.15 1997/06/12 07:35:39 jkh Exp $
+ * $Id: dispatch.c,v 1.16 1997/06/13 09:34:10 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -98,6 +98,7 @@ static struct _word {
{ "mediaGetType", mediaGetType },
{ "optionsEditor", optionsEditor },
{ "register", configRegister }, /* Alias */
+ { "packageAdd", packageAdd },
{ "addGroup", userAddGroup },
{ "addUser", userAddUser },
{ "shutdown", _shutdown },