shadow: move pwconv/grpconv execution to base-files.
This commit is contained in:
parent
af80cbfe34
commit
0c6d83cede
|
@ -1,10 +0,0 @@
|
|||
#
|
||||
# This script enables shadow password and groups.
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
if [ "$(id -u)" -eq 0 ]; then
|
||||
pwconv && grpconv
|
||||
fi
|
||||
;;
|
||||
esac
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'shadow'
|
||||
pkgname=shadow
|
||||
version=4.2.1
|
||||
revision=10
|
||||
revision=11
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
||||
|
|
Loading…
Reference in New Issue