projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e4ea9c
)
sys-cluster/ceph: 12.2.1: Don't pass -1 to enewgroup #632243
author
Patrick McLean
<chutzpah@gentoo.org>
Fri, 6 Oct 2017 21:03:20 +0000
(14:03 -0700)
committer
Patrick 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
patch
|
blob
|
history
diff --git
a/sys-cluster/ceph/ceph-12.2.1.ebuild
b/sys-cluster/ceph/ceph-12.2.1.ebuild
index c7fa5ee49c0d3f43bf7e54d414112a8ab22d0fe6..9e8142ef5698cb8ff760336796db513bc9b15993 100644
(file)
--- 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
}