shadow: add plugdev system group, bumprev.
--HG-- extra : convert_revision : 29285f3cdf4fc8d6333dcab716ad2d66d3e639ed
This commit is contained in:
parent
5cc3b2c861
commit
e26a305d17
2 changed files with 2 additions and 4 deletions
|
@ -38,6 +38,7 @@ optical:x:17:
|
|||
mail:x:18:
|
||||
storage:x:19:
|
||||
scanner:x:20:
|
||||
plugdev:x:21:
|
||||
nogroup:x:99:
|
||||
users:x:1000:
|
||||
_EOF
|
||||
|
@ -45,8 +46,6 @@ _EOF
|
|||
}
|
||||
|
||||
case "${ACTION}" in
|
||||
pre)
|
||||
;;
|
||||
post)
|
||||
echo "Running ${PKGNAME}-${VERSION} post installation hooks..."
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'shadow'
|
||||
pkgname=shadow
|
||||
version=4.1.4.2
|
||||
revision=3
|
||||
revision=4
|
||||
distfiles="ftp://pkg-shadow.alioth.debian.org/pub/pkg-shadow/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--libdir=/lib --enable-shared --disable-static
|
||||
|
@ -20,7 +20,6 @@ conf_files="/etc/pam.d/usermod /etc/pam.d/userdel /etc/pam.d/useradd
|
|||
/etc/pam.d/other /etc/login.defs"
|
||||
|
||||
Add_dependency run glibc
|
||||
# Require this version for pam_namespace(8) setup.
|
||||
Add_dependency run pam ">=1.1.1_3"
|
||||
Add_dependency build pam-devel
|
||||
Add_dependency build gettext
|
||||
|
|
Loading…
Reference in a new issue