mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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'
|
# Template file for 'shadow'
|
||||||
pkgname=shadow
|
pkgname=shadow
|
||||||
version=4.2.1
|
version=4.2.1
|
||||||
revision=10
|
revision=11
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
configure_args="--bindir=/usr/bin --sbindir=/usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue