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