mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 03:13:03 +02:00
util-linux: do not provide sg as newgrp symlink, it does not work.
sg(1) as newgrp symlink will only work if using shadow-utils code.
This commit is contained in:
parent
61af2b3038
commit
bea1fe5f05
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.26
|
version=2.26
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
|
@ -53,9 +53,6 @@ do_install() {
|
||||||
vinstall $FILESDIR/common.pam 644 etc/pam.d chfn
|
vinstall $FILESDIR/common.pam 644 etc/pam.d chfn
|
||||||
vinstall $FILESDIR/common.pam 644 etc/pam.d chsh
|
vinstall $FILESDIR/common.pam 644 etc/pam.d chsh
|
||||||
|
|
||||||
# Provide sg(1) symlink.
|
|
||||||
ln -sf newgrp ${DESTDIR}/usr/bin/sg
|
|
||||||
|
|
||||||
vsv uuidd
|
vsv uuidd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue