Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/
Date: Tue, 03 Jan 2017 15:50:59
Message-Id: 1483458641.ed21ced41c5beac17e38066a751685aaf498f2bd.mschiff@gentoo
1 commit: ed21ced41c5beac17e38066a751685aaf498f2bd
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 15:50:07 2017 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 15:50:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed21ced4
7
8 sys-cluster/sanlock: revbump: add sanlock user to disk group
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sys-cluster/sanlock/{sanlock-3.4.0.ebuild => sanlock-3.4.0-r1.ebuild} | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
16 similarity index 97%
17 rename from sys-cluster/sanlock/sanlock-3.4.0.ebuild
18 rename to sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
19 index a235166..ff55baf 100644
20 --- a/sys-cluster/sanlock/sanlock-3.4.0.ebuild
21 +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
22 @@ -40,8 +40,9 @@ pkg_setup() {
23 }
24
25 pkg_preinst() {
26 - enewuser sanlock
27 enewgroup sanlock
28 + enewuser sanlock -1 -1 -1 sanlock,disk
29 +
30 }
31
32 src_compile() {