From 491b4a8cf7f1bdc896571986fa37de7b37667b31 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 15 Jun 2017 15:13:56 +0200 Subject: [PATCH] unbound: Append `.sample` to configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In our environment, the configuration file is adapted, and distributed from our distmaster. So don’t override it in the package. --- unbound.be0 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unbound.be0 b/unbound.be0 index dde13520c..db4cc87d2 100755 --- a/unbound.be0 +++ b/unbound.be0 @@ -71,6 +71,10 @@ mee_build() { #} ## by default this may be 'make install DESTDIR="${D}"' +mee_install_post() { + start_cmd mv ${D}/etc/unbound/unbound.conf{,.sample} +} + ############################################################################### ## ## Additional hints: