shadow: increase maximum group name length to 32 (from 16).
This is already the case for usernames, so why not groups?
This commit is contained in:
parent
55dc2172db
commit
0b32c7d108
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'shadow'
|
||||
pkgname=shadow
|
||||
version=4.8.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
||||
--enable-shared --disable-static
|
||||
--with-libpam --without-selinux --with-acl --with-attr --without-su
|
||||
--disable-nls --enable-subordinate-ids --disable-account-tools-setuid"
|
||||
--disable-nls --enable-subordinate-ids --disable-account-tools-setuid
|
||||
--with-group-name-max-length=32"
|
||||
hostmakedepends="libtool"
|
||||
makedepends="acl-devel pam-devel"
|
||||
depends="pam"
|
||||
|
|
Loading…
Reference in a new issue