From 20df58799a4853ed3798501176988ffaf888936b Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 26 Apr 2016 17:03:28 +0200 Subject: [PATCH] rpm: drop sysvinit bits from relabel_files function Signed-off-by: Nathan Cutler --- ceph.spec.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/ceph.spec.in b/ceph.spec.in index 7abff096eeb23..a17d305ed67b5 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; \ -- 2.39.5