From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. acc82ade06f1bf68e3d47630699d9f9745088311 Date: Thu, 07 Jan 2021 11:58:07 +0000 Message-ID: <4DBPrH72Jsz2xb4@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6544671163122806616==" List-Id: --===============6544671163122806616== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree". The branch, next has been updated via acc82ade06f1bf68e3d47630699d9f9745088311 (commit) via 2b113aebc482389692c9843a289ca489364a0c6f (commit) from f8e0e85d2ef1231aec962604ea5a9d5814cba293 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit acc82ade06f1bf68e3d47630699d9f9745088311 Author: Michael Tremer Date: Thu Jan 7 11:57:53 2021 +0000 core154: Ship unbound initscript =20 Signed-off-by: Michael Tremer commit 2b113aebc482389692c9843a289ca489364a0c6f Author: Giovanni Aneloni Date: Tue Apr 28 00:23:57 2020 +0200 unbound: make local zone transparent =20 Change local zone to "trasnparent" instead of "typetrasnparent" to avoid = NXDOMAIN when querying local hosts =20 Fixes: #12391 Signed-off-by: Giovanni Aneloni Reviewed-by: Peter M=C3=BCller Acked-by: Michael Tremer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/154/filelists/files | 1 + src/initscripts/system/unbound | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) Difference in files: diff --git a/config/rootfiles/core/154/filelists/files b/config/rootfiles/cor= e/154/filelists/files index 8151a145a..9f0421b5a 100644 --- a/config/rootfiles/core/154/filelists/files +++ b/config/rootfiles/core/154/filelists/files @@ -1,6 +1,7 @@ etc/system-release etc/issue etc/os-release +etc/rc.d/init.d/unbound opt/pakfire/lib/functions.sh srv/web/ipfire/cgi-bin/country.cgi srv/web/ipfire/cgi-bin/credits.cgi diff --git a/src/initscripts/system/unbound b/src/initscripts/system/unbound index 5c5d2e3f4..b379bf331 100644 --- a/src/initscripts/system/unbound +++ b/src/initscripts/system/unbound @@ -81,7 +81,7 @@ write_hosts_conf() { # Skip empty domainnames [ "${domainname}" =3D "" ] && continue =20 - echo "local-zone: ${domainname} typetransparent" + echo "local-zone: ${domainname} transparent" done < /var/ipfire/main/hosts | sort -u =20 # Add all hosts hooks/post-receive -- IPFire 2.x development tree --===============6544671163122806616==--