summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2014-05-25 15:19:38 +0000
committerYixun Lan <dlan@gentoo.org>2014-05-25 15:19:38 +0000
commitea79f65cd59881cf2ccf5f0aec352289afc2c03b (patch)
tree7620e78db3a43121d17d2d72a104d404c4c3184b /sys-cluster/ceph
parentAdd new revision for ruby21. (diff)
downloadgentoo-2-ea79f65cd59881cf2ccf5f0aec352289afc2c03b.tar.gz
gentoo-2-ea79f65cd59881cf2ccf5f0aec352289afc2c03b.tar.bz2
gentoo-2-ea79f65cd59881cf2ccf5f0aec352289afc2c03b.zip
fix bug #511124, thanks @reivzy
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Diffstat (limited to 'sys-cluster/ceph')
-rw-r--r--sys-cluster/ceph/ChangeLog5
-rw-r--r--sys-cluster/ceph/ceph-0.80.1.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-cluster/ceph/ChangeLog b/sys-cluster/ceph/ChangeLog
index 87e95aadae2e..68d9d088dd7b 100644
--- a/sys-cluster/ceph/ChangeLog
+++ b/sys-cluster/ceph/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/ceph
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.50 2014/05/21 07:43:24 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.51 2014/05/25 15:19:38 dlan Exp $
+
+ 25 May 2014; Yixun Lan <dlan@gentoo.org> ceph-0.80.1.ebuild:
+ fix bug #511124, thanks @reivzy
*ceph-0.80.1 (21 May 2014)
diff --git a/sys-cluster/ceph/ceph-0.80.1.ebuild b/sys-cluster/ceph/ceph-0.80.1.ebuild
index 14d01b0a3b8e..676501462a33 100644
--- a/sys-cluster/ceph/ceph-0.80.1.ebuild
+++ b/sys-cluster/ceph/ceph-0.80.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.1 2014/05/21 07:43:23 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.80.1.ebuild,v 1.2 2014/05/25 15:19:38 dlan Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -146,7 +146,7 @@ pkg_postinst() {
elog ""
elog "cd /etc/init.d"
elog "for dmn in mds.a mon.a osd.0 osd.1 osd.2; do"
- elog " ln -s ceph ceph-${dmn};"
- elog " rc-update add ceph-${dmn} default;"
+ elog " ln -s ceph ceph-\${dmn};"
+ elog " rc-update add ceph-\${dmn} default;"
elog "done"
}