From: Nathan Cutler Date: Tue, 26 Apr 2016 15:03:28 +0000 (+0200) Subject: rpm: drop sysvinit bits from relabel_files function X-Git-Tag: v10.2.2~38^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fb6858c283d96de15c70fbe8ffc33b5dada82739;p=ceph.git rpm: drop sysvinit bits from relabel_files function Signed-off-by: Nathan Cutler (cherry picked from commit 20df58799a4853ed3798501176988ffaf888936b) --- diff --git a/ceph.spec.in b/ceph.spec.in index dbd06a5041b5..b69992cce038 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -41,8 +41,6 @@ restorecon -R %{_bindir}/ceph-mon > /dev/null 2>&1; \ restorecon -R %{_bindir}/ceph-osd > /dev/null 2>&1; \ restorecon -R %{_bindir}/ceph-mds > /dev/null 2>&1; \ restorecon -R %{_bindir}/radosgw > /dev/null 2>&1; \ -restorecon -R /etc/rc\.d/init\.d/ceph > /dev/null 2>&1; \ -restorecon -R /etc/rc\.d/init\.d/radosgw > /dev/null 2>&1; \ restorecon -R %{_localstatedir}/run/ceph > /dev/null 2>&1; \ restorecon -R %{_localstatedir}/lib/ceph > /dev/null 2>&1; \ restorecon -R %{_localstatedir}/log/ceph > /dev/null 2>&1; \