Skip to content

Commit

Permalink
fedora-spec: do not replace logrotate cfg if modified
Browse files Browse the repository at this point in the history
Don't overwrite if the logrotate configuration
file is modified.

Signed-off-by: Flavio Leitner <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
  • Loading branch information
fleitner authored and blp committed Nov 6, 2014
1 parent e7b0f92 commit a7321a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhel/openvswitch-fedora.spec.in
Expand Up @@ -201,7 +201,7 @@ systemctl start openvswitch.service
%config %ghost %{_sysconfdir}/openvswitch/conf.db
%config %ghost %{_sysconfdir}/openvswitch/system-id.conf
%config(noreplace) %{_sysconfdir}/sysconfig/openvswitch
%config /etc/logrotate.d/openvswitch
%config(noreplace) %{_sysconfdir}/logrotate.d/openvswitch
%{_unitdir}/openvswitch.service
%{_unitdir}/openvswitch-nonetwork.service
%{_datadir}/openvswitch/scripts/openvswitch.init
Expand Down

0 comments on commit a7321a1

Please sign in to comment.