summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-12-12 22:38:41 +0000
committerjkh <jkh@FreeBSD.org>1996-12-12 22:38:41 +0000
commit3f15fcca9896110100559bf4db6d99613a6a93e2 (patch)
treedb14f6e03f22f56c16f7e3d87573f0a510a090b2 /usr.sbin/sysinstall/menus.c
parent20ea94ba7dca8bed454a1891b2d427d6fd445bcf (diff)
downloadFreeBSD-src-3f15fcca9896110100559bf4db6d99613a6a93e2.zip
FreeBSD-src-3f15fcca9896110100559bf4db6d99613a6a93e2.tar.gz
Add some additional smarts for XFree86 configuration.
Fix a bogon I thought I fixed in the last commit.
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 348c6b4..bb461de 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.99 1996/12/08 12:27:57 jkh Exp $
+ * $Id: menus.c,v 1.100 1996/12/09 06:02:28 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -1276,8 +1276,8 @@ DMenu MenuUsermgmt = {
"login accounts.\n",
"Configure your user groups and users",
NULL,
- { { "Add group", "Add a new user group to the system.", NULL, userAddGroup },
- { "Add user", "Add a new user to the system.", NULL, userAddUser },
+ { { "Add user", "Add a new user to the system.", NULL, userAddUser },
+ { "Add group", "Add a new user group to the system.", NULL, userAddGroup },
{ "Exit", "Exit this menu (returning to previous)", NULL, dmenuExit },
{ NULL } },
};
OpenPOWER on IntegriCloud