summaryrefslogtreecommitdiff
path: root/ceph.spec.in
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-09-27 13:08:13 -0700
committerSage Weil <sage@newdream.net>2011-09-27 13:08:13 -0700
commit607634f60190a868801553fe1f293defda62419b (patch)
tree6978bd46daeddef739fd635a5bb347e3bc64e7fb /ceph.spec.in
parentb690475c5ada607978f9170a96332c765a416f3c (diff)
downloadceph-607634f60190a868801553fe1f293defda62419b.tar.gz
ceph.spec.in: radosgw init script
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'ceph.spec.in')
-rw-r--r--ceph.spec.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.spec.in b/ceph.spec.in
index 58692c53b6f..5e629d1bb4f 100644
--- a/ceph.spec.in
+++ b/ceph.spec.in
@@ -127,6 +127,7 @@ make install DESTDIR=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
install -D src/init-ceph $RPM_BUILD_ROOT%{_initrddir}/ceph
+install -D src/init-radosgw $RPM_BUILD_ROOT%{_initrddir}/radosgw
chmod 0644 $RPM_BUILD_ROOT%{_docdir}/ceph/sample.ceph.conf
install -m 0644 -D src/logrotate.conf $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/ceph
mkdir -p $RPM_BUILD_ROOT%{_localstatedir}/lib/ceph/tmp/
@@ -259,6 +260,7 @@ fi
%defattr(-,root,root,-)
%{_bindir}/radosgw
%{_bindir}/radosgw_admin
+%{_initrddir}/radosgw
%endif
%if %{with_gtk2}