From 318c9e3d3db9bb938ced27932d8401172529a2ff Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 6 Feb 2018 17:17:46 +0000 Subject: [PATCH] [github40] Converted missing backend examples. --- doc/examples/kea4/backends.json | 4 ++-- doc/examples/kea6/backends.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/examples/kea4/backends.json b/doc/examples/kea4/backends.json index 3c79fa24b4..dc59289441 100644 --- a/doc/examples/kea4/backends.json +++ b/doc/examples/kea4/backends.json @@ -32,7 +32,7 @@ // parameters are type and name. If other parameters are not specified, // Kea will assume the database is available on localhost, that user and // password is not necessary to connect and that timeout is 5 seconds. -// Kea must be compiled with --with-dhcp-mysql option to use this backend. +// Kea must be compiled with --with-mysql option to use this backend. // "lease-database": { // "type": "mysql", // "name": "keatest", @@ -49,7 +49,7 @@ // parameters are type and name. If other parameters are not specified, // Kea will assume the database is available on localhost, that user and // password is not necessary to connect and that timeout is 5 seconds. -// Kea must be compiled with --with-dhcp-pgsql option to use this backend. +// Kea must be compiled with --with-pgsql option to use this backend. // "lease-database": { // "type": "pgsql", // "name": "keatest", diff --git a/doc/examples/kea6/backends.json b/doc/examples/kea6/backends.json index 52987070a9..7a3c087aac 100644 --- a/doc/examples/kea6/backends.json +++ b/doc/examples/kea6/backends.json @@ -32,7 +32,7 @@ // parameters are type and name. If other parameters are not specified, // Kea will assume the database is available on localhost, that user and // password is not necessary to connect and that timeout is 5 seconds. -// Kea must be compiled with --with-dhcp-mysql option to use this backend. +// Kea must be compiled with --with-mysql option to use this backend. // "lease-database": { // "type": "mysql", // "name": "keatest", @@ -49,7 +49,7 @@ // parameters are type and name. If other parameters are not specified, // Kea will assume the database is available on localhost, that user and // password is not necessary to connect and that timeout is 5 seconds. -// Kea must be compiled with --with-dhcp-pgsql option to use this backend. +// Kea must be compiled with --with-pgsql option to use this backend. // "lease-database": { // "type": "pgsql", // "name": "keatest", -- 2.47.2