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,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.26
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
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 chsh
|
||||
|
||||
# Provide sg(1) symlink.
|
||||
ln -sf newgrp ${DESTDIR}/usr/bin/sg
|
||||
|
||||
vsv uuidd
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue