From: JINMEI Tatuya Date: Sat, 15 Dec 2012 23:32:28 +0000 (-0800) Subject: [2380] adjusted bind10-guide so it matches the new b10-loadzone X-Git-Tag: bind10-1.0.0-beta-release~9^2~14^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b805bcd111bfeca94c98f60bd629387fbc7d342;p=thirdparty%2Fkea.git [2380] adjusted bind10-guide so it matches the new b10-loadzone --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 61a9ee4396..0838613612 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -449,7 +449,8 @@ var/ Load desired zone file(s), for example: - $ b10-loadzone your.zone.example.org + + $ b10-loadzone -c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}' your.zone.example.org your.zone.file @@ -2636,19 +2637,10 @@ can use various data source backends. - - The argument may be used to define the - default origin for loaded zone file records. - - In the current release, only the SQLite3 back end is used by b10-loadzone. - By default, it stores the zone data in - /usr/local/var/bind10-devel/zone.sqlite3 - unless the switch is used to set the - database filename. Multiple zones are stored in a single SQLite3 zone database.