commit: ed21ced41c5beac17e38066a751685aaf498f2bd
Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 3 15:50:07 2017 +0000
Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Jan 3 15:50:41 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed21ced4
sys-cluster/sanlock: revbump: add sanlock user to disk group
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sys-cluster/sanlock/{sanlock-3.4.0.ebuild => sanlock-3.4.0-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 a235166..ff55baf 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() {