From 4298a082f2d6f0df87ed5495b9127d9099c77743 Mon Sep 17 00:00:00 2001 From: tcely Date: Tue, 17 Sep 2019 13:33:16 -0400 Subject: [PATCH] lua-logging-query -> lua-query-logging --- .../debian/authoritative/debian-buster/config/lua.conf | 2 +- .../debian/authoritative/debian-jessie/config/lua.conf | 2 +- .../debian/authoritative/debian-stretch/config/lua.conf | 2 +- .../debian/authoritative/ubuntu-trusty/config/lua.conf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder-support/debian/authoritative/debian-buster/config/lua.conf b/builder-support/debian/authoritative/debian-buster/config/lua.conf index 529fe51953..e2edf4b8b1 100644 --- a/builder-support/debian/authoritative/debian-buster/config/lua.conf +++ b/builder-support/debian/authoritative/debian-buster/config/lua.conf @@ -1,6 +1,6 @@ # Configuration for the lua backend #lua-filename = powerdns-luabackend.lua -#lua-logging-query = no +#lua-query-logging = no # You can also override all the default functionsnames for the luafunctions if you # want. The prefix is lua-f_=mynewfunction. For example: diff --git a/builder-support/debian/authoritative/debian-jessie/config/lua.conf b/builder-support/debian/authoritative/debian-jessie/config/lua.conf index 529fe51953..e2edf4b8b1 100644 --- a/builder-support/debian/authoritative/debian-jessie/config/lua.conf +++ b/builder-support/debian/authoritative/debian-jessie/config/lua.conf @@ -1,6 +1,6 @@ # Configuration for the lua backend #lua-filename = powerdns-luabackend.lua -#lua-logging-query = no +#lua-query-logging = no # You can also override all the default functionsnames for the luafunctions if you # want. The prefix is lua-f_=mynewfunction. For example: diff --git a/builder-support/debian/authoritative/debian-stretch/config/lua.conf b/builder-support/debian/authoritative/debian-stretch/config/lua.conf index 529fe51953..e2edf4b8b1 100644 --- a/builder-support/debian/authoritative/debian-stretch/config/lua.conf +++ b/builder-support/debian/authoritative/debian-stretch/config/lua.conf @@ -1,6 +1,6 @@ # Configuration for the lua backend #lua-filename = powerdns-luabackend.lua -#lua-logging-query = no +#lua-query-logging = no # You can also override all the default functionsnames for the luafunctions if you # want. The prefix is lua-f_=mynewfunction. For example: diff --git a/builder-support/debian/authoritative/ubuntu-trusty/config/lua.conf b/builder-support/debian/authoritative/ubuntu-trusty/config/lua.conf index 529fe51953..e2edf4b8b1 100644 --- a/builder-support/debian/authoritative/ubuntu-trusty/config/lua.conf +++ b/builder-support/debian/authoritative/ubuntu-trusty/config/lua.conf @@ -1,6 +1,6 @@ # Configuration for the lua backend #lua-filename = powerdns-luabackend.lua -#lua-logging-query = no +#lua-query-logging = no # You can also override all the default functionsnames for the luafunctions if you # want. The prefix is lua-f_=mynewfunction. For example: -- 2.47.2