From: Marc Schiffbauer Date: Tue, 3 Jan 2017 15:50:07 +0000 (+0100) Subject: sys-cluster/sanlock: revbump: add sanlock user to disk group X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed21ced41c5beac17e38066a751685aaf498f2bd;p=gentoo.git sys-cluster/sanlock: revbump: add sanlock user to disk group Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild similarity index 97% rename from sys-cluster/sanlock/sanlock-3.4.0.ebuild rename to sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild index a235166a20a1..ff55baff61a1 100644 --- a/sys-cluster/sanlock/sanlock-3.4.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild @@ -40,8 +40,9 @@ pkg_setup() { } pkg_preinst() { - enewuser sanlock enewgroup sanlock + enewuser sanlock -1 -1 -1 sanlock,disk + } src_compile() {