sys-cluster/ceph: 12.2.1: Don't pass -1 to enewgroup #632243
authorPatrick McLean <chutzpah@gentoo.org>
Fri, 6 Oct 2017 21:03:20 +0000 (14:03 -0700)
committerPatrick McLean <chutzpah@gentoo.org>
Fri, 6 Oct 2017 21:03:20 +0000 (14:03 -0700)
Closes: https://bugs.gentoo.org/632243
Package-Manager: Portage-2.3.11, Repoman-2.3.3

sys-cluster/ceph/ceph-12.2.1.ebuild

index c7fa5ee49c0d3f43bf7e54d414112a8ab22d0fe6..9e8142ef5698cb8ff760336796db513bc9b15993 100644 (file)
@@ -135,7 +135,7 @@ check-reqs_export_vars() {
 }
 
 user_setup() {
-       enewgroup ceph ${CEPH_GID:--1}
+       enewgroup ceph ${CEPH_GID}
        enewuser ceph "${CEPH_UID:--1}" -1 /var/lib/ceph ceph
 }