summaryrefslogtreecommitdiff
path: root/sys-cluster
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 /sys-cluster
parentbb66558c19112246f8577ce4ff9fb0e44bb6c6d5 (diff)
downloadgentoo-ed21ced41c5beac17e38066a751685aaf498f2bd.tar.gz
gentoo-ed21ced41c5beac17e38066a751685aaf498f2bd.tar.xz
sys-cluster/sanlock: revbump: add sanlock user to disk group
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-cluster')
-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 a235166a20a..ff55baff61a 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() {