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: v11.0.0~64^2~2^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=20df58799a4853ed3798501176988ffaf888936b;p=ceph.git rpm: drop sysvinit bits from relabel_files function Signed-off-by: Nathan Cutler --- diff --git a/ceph.spec.in b/ceph.spec.in index 7abff096eeb2..a17d305ed67b 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; \