]> git.ipfire.org Git - thirdparty/util-linux.git/commit
login: allow TTYGROUP name begin by number
authorSami Kerola <kerolasa@iki.fi>
Sat, 2 Jun 2012 10:11:25 +0000 (12:11 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sat, 2 Jun 2012 13:10:28 +0000 (15:10 +0200)
commit10b3219a5f457a8db11c55336f31d2ef714f7bf6
tree980a46d2b3f29be2fe470eef6404fe5e4ec4c000
parentefa0f39c6eb80b24eb8f854b50e5617dffeda7a0
login: allow TTYGROUP name begin by number

Assuming someone is using a TTYGROUP name beginnign by a digit the
login was misbehaving with 'contains invalid numerical value: %s'
message(s) in syslog.  Please notice that group names that consist
only digits as characters are valid (but likely to cause confusion,
and chaos).

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
login-utils/login.c