[Pkg-ceph-commits] [ceph] 01/01: Rename radosgw upstart configuration

James Downing Page jamespage at moszumanska.debian.org
Wed Nov 27 10:52:33 UTC 2013


This is an automated email from the git hooks/post-receive script.

jamespage pushed a commit to branch master
in repository ceph.

commit ec0d09e531e06a51427e0649a0a0ec56af25bc45
Author: James Page <james.page at ubuntu.com>
Date:   Wed Nov 27 09:56:15 2013 +0000

    Rename radosgw upstart configuration
    
    d/rules: Rename radosgw upstart configuration to radosgw-instance to avoid namespace conflict with init script which break backwards compatibility.
---
 debian/changelog | 2 +-
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfda3c5..43fa395 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ceph (0.72.1-3) UNRELEASED; urgency=low
 
   * d/rules,ceph.install: Correct install paths for ceph-* helpers. 
   * d/p/modules: Mark libcls_kvs.so as module.
-  * d/rules: Rename radosgw upstart configuration to ceph-radosgw to
+  * d/rules: Rename radosgw upstart configuration to radosgw-instance to
     avoid namespace conflict with init script which breaks backwards
     compatibility (LP: #1255464).
 
diff --git a/debian/rules b/debian/rules
index 67133ae..0275e33 100755
--- a/debian/rules
+++ b/debian/rules
@@ -71,7 +71,7 @@ override_dh_installinit:
     done
 	for conf in `ls -1 src/upstart/radosgw*.conf`; do \
         name=`basename $$conf | cut -d . -f 1`; \
-        [ $$name = "radosgw" ] && name="ceph-radosgw";\
+        [ $$name = "radosgw" ] && name="radosgw-instance";\
         cp $$conf debian/radosgw.$$name.upstart; \
         dh_installinit -pradosgw --no-start --name=$$name; \
     done

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-ceph/ceph.git



More information about the Pkg-ceph-commits mailing list