diff --git a/srcpkgs/util-linux/INSTALL b/srcpkgs/util-linux/INSTALL index dfd1cb4219f..3b9260695db 100644 --- a/srcpkgs/util-linux/INSTALL +++ b/srcpkgs/util-linux/INSTALL @@ -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 diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template index 4fcef796b81..ca293147989 100644 --- a/srcpkgs/util-linux/template +++ b/srcpkgs/util-linux/template @@ -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 " homepage="http://userweb.kernel.org/~kzak/util-linux-ng"