From a686b628ba13a8348fdb0284cd9db6238c0aa4bc Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Fri, 3 Jan 1997 06:41:41 +0000 Subject: [PATCH] Adjust the maximum displayed length. Submitted-By: Tatsumi Hosokawa --- release/sysinstall/user.c | 4 ++-- usr.sbin/sysinstall/user.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release/sysinstall/user.c b/release/sysinstall/user.c index c26f596074f8..b0df1faa282b 100644 --- a/release/sysinstall/user.c +++ b/release/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $ + * $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. @@ -108,7 +108,7 @@ static Layout groupLayout[] = { /* The user configuration menu. */ static Layout userLayout[] = { #define LAYOUT_UNAME 0 - { 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4, + { 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE, "Login ID:", "The login name of the new user (mandatory)", uname, STRINGOBJ, NULL }, #define LAYOUT_UID 1 diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c index c26f596074f8..b0df1faa282b 100644 --- a/usr.sbin/sysinstall/user.c +++ b/usr.sbin/sysinstall/user.c @@ -1,5 +1,5 @@ /* - * $Id: user.c,v 1.5 1996/12/15 11:22:37 joerg Exp $ + * $Id: user.c,v 1.6 1997/01/03 06:32:38 jkh Exp $ * * Copyright (c) 1996 * Jörg Wunsch. All rights reserved. @@ -108,7 +108,7 @@ static Layout groupLayout[] = { /* The user configuration menu. */ static Layout userLayout[] = { #define LAYOUT_UNAME 0 - { 3, 6, UT_NAMESIZE, UT_NAMESIZE + 4, + { 3, 6, UT_NAMESIZE + 4, UT_NAMESIZE, "Login ID:", "The login name of the new user (mandatory)", uname, STRINGOBJ, NULL }, #define LAYOUT_UID 1