From: Kees Monshouwer Date: Thu, 17 Oct 2019 21:00:03 +0000 (+0200) Subject: pdns: oracle leftovers X-Git-Tag: dnsdist-1.4.0-rc4~14^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5eaf8e9b02c6d044b8ed3d7be1ed3e00c537893b;p=pdns pdns: oracle leftovers --- diff --git a/builder-support/debian/authoritative/debian-buster/copyright b/builder-support/debian/authoritative/debian-buster/copyright index 36fd485f7..c45339f92 100644 --- a/builder-support/debian/authoritative/debian-buster/copyright +++ b/builder-support/debian/authoritative/debian-buster/copyright @@ -65,12 +65,6 @@ Files: modules/luabackend/* Copyright: 2011 Fredrik Danerklint License: GPL-2 with OpenSSL Exception -Files: modules/oraclebackend/* -Copyright: 2010 - 2011 Maik Zumstrull - Steinbuch Centre for Computing, - Karlsruhe Institute of Technology -License: Expat - Files: modules/opendbxbackend/* Copyright: 2005-2007 Norbert Sendetzky License: GPL-2 with OpenSSL Exception diff --git a/regression-tests/backends/common b/regression-tests/backends/common index e5533c473..5abd4bb8b 100644 --- a/regression-tests/backends/common +++ b/regression-tests/backends/common @@ -105,10 +105,6 @@ start_slave () source ./backends/godbc_mssql-slave ;; - goracle*) - source ./backends/goracle-slave - ;; - gpgsql*) source ./backends/gpgsql-slave ;; @@ -121,10 +117,6 @@ start_slave () source ./backends/lmdb-slave ;; - oracle*) - source ./backends/oracle-slave - ;; - ext-bind*) source ./ext/bind-slave ;;