From: Mukund Sivaraman Date: Mon, 22 Jul 2013 12:04:18 +0000 (+0530) Subject: [3022] Qualify all binaries with path names (to keep it consistent with rest) X-Git-Tag: bind10-1.2.0beta1-release~319^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d71ab2e5570d20ec6259b764472687c81009be24;p=thirdparty%2Fkea.git [3022] Qualify all binaries with path names (to keep it consistent with rest) --- diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 721c26bdfe..7d2bf9ad69 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -461,7 +461,7 @@ $ ./configure configuration. In another console, enable the authoritative DNS service (by using the bindctl utility to configure the b10-auth component to - run): $ bindctl + run): $ /usr/local/bin/bindctl (Login with the username and password you used above to create a user.) > config add Init/components b10-auth @@ -481,7 +481,7 @@ $ ./configure Load desired zone file(s), for example: - $ b10-loadzone -c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}' your.zone.example.org your.zone.file + $ /usr/local/bin/b10-loadzone -c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}' your.zone.example.org your.zone.file (If you use the sqlite3 data source with the default DB file, you can omit the -c option).