mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
shadow: move pwconv/grpconv execution to base-files.
This commit is contained in:
parent
af80cbfe34
commit
0c6d83cede
2 changed files with 1 additions and 11 deletions
|
@ -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…
Add table
Reference in a new issue