dlan        15/08/06 02:38:08

  Modified:             ChangeLog ceph-0.94.2.ebuild
  Log:
  add rbdmap init script, bug 553292, thanks frank <skunk at legalise.it>
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xAABEFD55)

Revision  Changes    Path
1.76                 sys-cluster/ceph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.76&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?rev=1.76&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog   4 Aug 2015 15:47:03 -0000       1.75
+++ ChangeLog   6 Aug 2015 02:38:08 -0000       1.76
@@ -1,6 +1,10 @@
 # ChangeLog for sys-cluster/ceph
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.75 
2015/08/04 15:47:03 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ChangeLog,v 1.76 
2015/08/06 02:38:08 dlan Exp $
+
+  06 Aug 2015; Yixun Lan <[email protected]> ceph-0.94.2.ebuild,
+  +files/rbdmap.initd:
+  add rbdmap init script, bug 553292, thanks frank <skunk at legalise.it>
 
 *ceph-0.80.10-r1 (04 Aug 2015)
 



1.2                  sys-cluster/ceph/ceph-0.94.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild?r1=1.1&r2=1.2

Index: ceph-0.94.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ceph-0.94.2.ebuild  15 Jul 2015 08:57:51 -0000      1.1
+++ ceph-0.94.2.ebuild  6 Aug 2015 02:38:08 -0000       1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild,v 1.1 
2015/07/15 08:57:51 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/ceph/ceph-0.94.2.ebuild,v 1.2 
2015/08/06 02:38:08 dlan Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python2_7 )
@@ -127,6 +127,7 @@
        keepdir /var/lib/${PN}/tmp
        keepdir /var/log/${PN}/stat
 
+       newinitd "${FILESDIR}/rbdmap.initd" rbdmap
        newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
        newconfd "${FILESDIR}/${PN}.confd-r1" ${PN}
 




Reply via email to