diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-15 12:29:34 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-04-15 12:29:34 +0200 |
commit | 178b92ceb1a8016a1b39ce37fea8671b0dfc6b21 (patch) | |
tree | c96221fc525c5ca43f2046cc05d619a028f134db /redhat | |
parent | redhat: Add (combined) init.d script for FRR with daemon selection based on /... (diff) | |
download | frr-178b92ceb1a8016a1b39ce37fea8671b0dfc6b21.tar.xz frr-178b92ceb1a8016a1b39ce37fea8671b0dfc6b21.zip |
redhat: /etc/frr/daemons needs to be marked as no replace config to be save from overwriting
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat')
-rw-r--r-- | redhat/frr.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 17a07d155..169783739 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -571,7 +571,7 @@ rm -rf %{buildroot} %else %config /etc/rc.d/init.d/frr %endif -%config /etc/frr/daemons +%config(noreplace) /etc/frr/daemons %config(noreplace) /etc/pam.d/frr %config(noreplace) %attr(640,root,root) /etc/logrotate.d/* |