diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2017-01-03 16:50:07 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2017-01-03 16:50:41 +0100 |
commit | ed21ced41c5beac17e38066a751685aaf498f2bd (patch) | |
tree | 6a3a00a76d29a9a30ea70e23a85f683649369e94 /sys-cluster | |
parent | virtual/mpi: fixed multilib deps (diff) | |
download | gentoo-ed21ced41c5beac17e38066a751685aaf498f2bd.tar.gz gentoo-ed21ced41c5beac17e38066a751685aaf498f2bd.tar.bz2 gentoo-ed21ced41c5beac17e38066a751685aaf498f2bd.zip |
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 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() { |