shadow: newgrp(1) is provided by util-linux>=2.22.
This commit is contained in:
parent
f5be5e11c6
commit
c1f36af220
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'shadow'
|
||||
pkgname=shadow
|
||||
version=4.1.5.1
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
configure_args="--bindir=/usr/bin --sbindir=/usr/sbin
|
||||
--libdir=/usr/lib --enable-shared --disable-static
|
||||
|
@ -70,7 +70,7 @@ post_install() {
|
|||
# Remove utilities provided by util-linux
|
||||
rm \
|
||||
$DESTDIR/usr/bin/{chsh,chfn,sg} \
|
||||
$DESTDIR/usr/bin/{login,su} \
|
||||
$DESTDIR/usr/bin/{newgrp,login,su} \
|
||||
$DESTDIR/usr/sbin/{vipw,vigr}
|
||||
|
||||
# ...and their many man pages
|
||||
|
|
Loading…
Reference in New Issue