sys-cluster/sanlock: revbump: add sanlock user to disk group
authorMarc Schiffbauer <mschiff@gentoo.org>
Tue, 3 Jan 2017 15:50:07 +0000 (16:50 +0100)
committerMarc Schiffbauer <mschiff@gentoo.org>
Tue, 3 Jan 2017 15:50:41 +0000 (16:50 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild [moved from sys-cluster/sanlock/sanlock-3.4.0.ebuild with 97% similarity]

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 a235166a20a17b4a3d439ba337793b4078c0fa5a..ff55baff61a14abc5f426dfacd379aed3efb9988 100644 (file)
@@ -40,8 +40,9 @@ pkg_setup() {
 }
 
 pkg_preinst() {
-       enewuser sanlock
        enewgroup sanlock
+       enewuser sanlock -1 -1 -1 sanlock,disk
+
 }
 
 src_compile() {