util-linux: create sbin/nologin symlink until the usr/bin move ends.
This commit is contained in:
parent
aa60a241e2
commit
593c99525a
|
@ -10,5 +10,8 @@ post)
|
|||
echo "WARNING: failed to change ${f}(1) group to tty."
|
||||
chmod 2755 usr/bin/${f}
|
||||
done
|
||||
if [ -d usr/sbin -a ! -L usr/sbin ]; then
|
||||
ln -s ../bin/nologin usr/sbin/nologin
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'util-linux'
|
||||
pkgname=util-linux
|
||||
version=2.26.2
|
||||
revision=3
|
||||
revision=4
|
||||
short_desc="Miscellaneous linux utilities"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://userweb.kernel.org/~kzak/util-linux-ng"
|
||||
|
|
Loading…
Reference in New Issue