diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-03 06:41:41 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-03 06:41:41 +0000 |
| commit | a686b628ba13a8348fdb0284cd9db6238c0aa4bc (patch) | |
| tree | 3cd9dd0cb847180f93f18b28bef43da4ff89ff08 /release | |
| parent | e5b09b7d10efaa025da90b61eec0e06b2c411d7d (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/sysinstall/user.c | 4 |
1 files changed, 2 insertions, 2 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 |
