From f21cac41d35d8288518c8fe3b5a536c02da43b0f Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Fri, 19 Jun 2026 18:10:00 +0000 Subject: [PATCH] Rename per-host files We're getting a bunch of per-host files (all but one of which is currently irrelevant, admittedly), so rather than put them all at top level, put them in a subdir. --- named.conf.adehnert-test-d => per-host/adehnert-test-d.conf | 0 named.conf.adehnert3 => per-host/adehnert3.conf | 0 named.conf.chankillo => per-host/chankillo.conf | 0 named.conf.olinda => per-host/olinda.conf | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename named.conf.adehnert-test-d => per-host/adehnert-test-d.conf (100%) rename named.conf.adehnert3 => per-host/adehnert3.conf (100%) rename named.conf.chankillo => per-host/chankillo.conf (100%) rename named.conf.olinda => per-host/olinda.conf (100%) diff --git a/named.conf.adehnert-test-d b/per-host/adehnert-test-d.conf similarity index 100% rename from named.conf.adehnert-test-d rename to per-host/adehnert-test-d.conf diff --git a/named.conf.adehnert3 b/per-host/adehnert3.conf similarity index 100% rename from named.conf.adehnert3 rename to per-host/adehnert3.conf diff --git a/named.conf.chankillo b/per-host/chankillo.conf similarity index 100% rename from named.conf.chankillo rename to per-host/chankillo.conf diff --git a/named.conf.olinda b/per-host/olinda.conf similarity index 100% rename from named.conf.olinda rename to per-host/olinda.conf -- 2.34.1