From 07a138ecab81ec2eadf3c411e589595633cbea1a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 5 Jun 2018 17:19:06 +0200 Subject: [PATCH] redhat: spec file: no need for custom attr for service file Signed-off-by: Ruben Kerkhof --- redhat/frr.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 54494ecf18..518b850709 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -595,7 +595,7 @@ rm -rf %{buildroot} %config(noreplace) /etc/frr/[!v]*.conf* %config(noreplace) %attr(750,%frr_user,%frr_user) /etc/frr/daemons %if "%{initsystem}" == "systemd" - %attr(644,root,root) %{_unitdir}/frr.service + %{_unitdir}/frr.service %{_sbindir}/frr %else /etc/rc.d/init.d/frr -- 2.39.5