Skip to content

Commit

Permalink
unbound: Append .sample to configuration file
Browse files Browse the repository at this point in the history
In our environment, the  configuration file is adapted, and distributed
from our distmaster. So don’t override it in the package.
  • Loading branch information
pmenzel committed Jun 15, 2017
1 parent 053f83e commit 491b4a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions unbound.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 491b4a8

Please sign in to comment.