rpm: drop sysvinit bits from relabel_files function

Signed-off-by: Nathan Cutler <ncutler@suse.com>
This commit is contained in:
Nathan Cutler 2016-04-26 17:03:28 +02:00
parent e0346b36fc
commit 20df58799a

View File

@ -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; \