mirror of https://github.com/mirror/busybox.git
libpwdgrp: do not require that /etc/passwd entries have nonempty home and shell
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_24_stable
parent
57aeb62f83
commit
5de450237c
|
@ -58,7 +58,7 @@ struct passdb {
|
|||
* I = uid,gid, l = long maybe empty, m = members,
|
||||
* r = reserved
|
||||
*/
|
||||
#define PW_DEF "SsIIsSS"
|
||||
#define PW_DEF "SsIIsss"
|
||||
#define GR_DEF "SsIm"
|
||||
#define SP_DEF "Ssllllllr"
|
||||
|
||||
|
|
Loading…
Reference in New Issue