]> granicus.if.org Git - pdns/commitdiff
Ask RPM not to replace /etc/sysconfig/dnsdist by default
authorNigel Jones <nigel@nigelj.com>
Thu, 22 Oct 2015 10:48:22 +0000 (23:48 +1300)
committerNigel Jones <nigel@nigelj.com>
Thu, 22 Oct 2015 10:48:22 +0000 (23:48 +1300)
build-scripts/build-dnsdist-rpm

index fbea786485a7a0a95603502933b42364721ecbbc..c01f9179c73239b7561a770c18f42e1f328f7c6a 100755 (executable)
@@ -113,7 +113,7 @@ ${DEFAULTS_INSTALL}
 %doc README.md
 %dir %{_sysconfdir}/dnsdist
 ${INIT_FILES}
-${DEFAULTS_FILES}
+%config(noreplace) ${DEFAULTS_FILES}
 
 EOF