commit: 08adfa8f0883f62f97c9904733b81058b8038283 Author: Patrick McLean <chutzpah <AT> gentoo <DOT> org> AuthorDate: Fri Oct 6 21:03:20 2017 +0000 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org> CommitDate: Fri Oct 6 21:03:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08adfa8f
sys-cluster/ceph: 12.2.1: Don't pass -1 to enewgroup #632243 Closes: https://bugs.gentoo.org/632243 Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-cluster/ceph/ceph-12.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/ceph/ceph-12.2.1.ebuild b/sys-cluster/ceph/ceph-12.2.1.ebuild index c7fa5ee49c0..9e8142ef569 100644 --- a/sys-cluster/ceph/ceph-12.2.1.ebuild +++ b/sys-cluster/ceph/ceph-12.2.1.ebuild @@ -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 }