diff options
author | Sage Weil <sage@newdream.net> | 2011-10-03 20:25:44 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-10-03 20:25:44 +0200 |
commit | 6103ee9e884398cabd8f6d317687b2a53837dc5b (patch) | |
tree | 3bede694582f43174bba5e456478f96b2bd5b73f /debian/radosgw.install | |
parent | osd: trim ondisk log using Log::Entry::offset (diff) | |
download | ceph-6103ee9e884398cabd8f6d317687b2a53837dc5b.tar.xz ceph-6103ee9e884398cabd8f6d317687b2a53837dc5b.zip |
more radosgw_admin -> radosgw-admin
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'debian/radosgw.install')
-rw-r--r-- | debian/radosgw.install | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/radosgw.install b/debian/radosgw.install index d968eddf02e..a188a204a20 100644 --- a/debian/radosgw.install +++ b/debian/radosgw.install @@ -1,5 +1,5 @@ usr/bin/radosgw -usr/bin/radosgw_admin +usr/bin/radosgw-admin usr/share/man/man8/radosgw.8 -usr/share/man/man8/radosgw_admin.8 -etc/bash_completion.d/radosgw_admin +usr/share/man/man8/radosgw-admin.8 +etc/bash_completion.d/radosgw-admin |