summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2017-01-03 16:50:07 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2017-01-03 16:50:41 +0100
commited21ced41c5beac17e38066a751685aaf498f2bd (patch)
tree6a3a00a76d29a9a30ea70e23a85f683649369e94
parentvirtual/mpi: fixed multilib deps (diff)
downloadgentoo-ed21ced4.tar.gz
gentoo-ed21ced4.tar.bz2
gentoo-ed21ced4.zip
sys-cluster/sanlock: revbump: add sanlock user to disk group
Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild (renamed from sys-cluster/sanlock/sanlock-3.4.0.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.4.0.ebuild b/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() {