Skip to content

Commit

Permalink
sys-cluster/ceph: 12.2.1: Don't pass -1 to enewgroup #632243
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/632243
Package-Manager: Portage-2.3.11, Repoman-2.3.3
  • Loading branch information
chutz committed Oct 6, 2017
1 parent 3e4ea9c commit 08adfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys-cluster/ceph/ceph-12.2.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 08adfa8

Please sign in to comment.