mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
util-linux: create sbin/nologin symlink until the usr/bin move ends.
This commit is contained in:
parent
aa60a241e2
commit
593c99525a
2 changed files with 4 additions and 1 deletions
|
@ -10,5 +10,8 @@ post)
|
||||||
echo "WARNING: failed to change ${f}(1) group to tty."
|
echo "WARNING: failed to change ${f}(1) group to tty."
|
||||||
chmod 2755 usr/bin/${f}
|
chmod 2755 usr/bin/${f}
|
||||||
done
|
done
|
||||||
|
if [ -d usr/sbin -a ! -L usr/sbin ]; then
|
||||||
|
ln -s ../bin/nologin usr/sbin/nologin
|
||||||
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.26.2
|
version=2.26.2
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||||
|
|
Loading…
Add table
Reference in a new issue