]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Patch configure.ac file to take the new contrib/unbound_nochroot.service unit file... 150/head
authorFrançois KUBLER <francois+github@kubler.org>
Thu, 23 Jan 2020 14:51:07 +0000 (15:51 +0100)
committerFrançois KUBLER <francois+github@kubler.org>
Thu, 23 Jan 2020 14:51:07 +0000 (15:51 +0100)
All props to Wouter Wijngaards for this work.

configure.ac

index 4ed9bb8721826c7968672df01f0fd7a38359185d..0104554dc731b5fc48ab6f6e43f801466bb837c7 100644 (file)
@@ -2047,6 +2047,6 @@ dnl if this is a distro tarball, that was already done by makedist.sh
 AC_SUBST(version, [VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO])
 AC_SUBST(date, [`date +'%b %e, %Y'`])
 
-AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h contrib/libunbound.pc contrib/unbound.socket contrib/unbound.service])
+AC_CONFIG_FILES([Makefile doc/example.conf doc/libunbound.3 doc/unbound.8 doc/unbound-anchor.8 doc/unbound-checkconf.8 doc/unbound.conf.5 doc/unbound-control.8 doc/unbound-host.1 smallapp/unbound-control-setup.sh dnstap/dnstap_config.h dnscrypt/dnscrypt_config.h contrib/libunbound.pc contrib/unbound.socket contrib/unbound.service contrib/unbound_nochroot.service])
 AC_CONFIG_HEADER([config.h])
 AC_OUTPUT