From 093131438d21779b73007b2d318b475a3da47b4f Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 25 Jan 2018 09:47:09 +0000 Subject: [PATCH] correct name for libunbound.so.conf git-svn-id: file:///svn/unbound/trunk@4451 be551aaa-1e26-0410-a405-d3ace91eadb9 --- contrib/README | 2 +- contrib/{unbound.so.conf => libunbound.so.conf} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/{unbound.so.conf => libunbound.so.conf} (100%) diff --git a/contrib/README b/contrib/README index 1ca58971d..2a59e0330 100644 --- a/contrib/README +++ b/contrib/README @@ -34,4 +34,4 @@ distribution but may be helpful. * redirect-bogus.patch: Return configured address for bogus A and AAAA answers, instead of SERVFAIL. Contributed by SIDN. * fastrpz.patch: fastrpz support from Farsight Security. -* unbound.so.conf: ltrace.conf file, see ltrace.conf(5), for libunbound. +* libunbound.so.conf: ltrace.conf file, see ltrace.conf(5), for libunbound. diff --git a/contrib/unbound.so.conf b/contrib/libunbound.so.conf similarity index 100% rename from contrib/unbound.so.conf rename to contrib/libunbound.so.conf