]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3022] Qualify all binaries with path names (to keep it consistent with rest)
authorMukund Sivaraman <muks@isc.org>
Mon, 22 Jul 2013 12:04:18 +0000 (17:34 +0530)
committerMukund Sivaraman <muks@isc.org>
Mon, 22 Jul 2013 12:04:18 +0000 (17:34 +0530)
doc/guide/bind10-guide.xml

index 721c26bdfe5397c53a89682f9185ed6b5c6fab45..7d2bf9ad69f34445f98218d6cfe98637acdd5e6c 100644 (file)
@@ -461,7 +461,7 @@ $ <userinput>./configure</userinput></screen>
            configuration.  In another console, enable the authoritative
            DNS service (by using the <command>bindctl</command> utility
            to configure the <command>b10-auth</command> component to
-           run): <screen>$ <userinput>bindctl</userinput></screen>
+           run): <screen>$ <userinput>/usr/local/bin/bindctl</userinput></screen>
            (Login with the username and password you used above to create a user.)
             <screen>
 &gt; <userinput>config add Init/components b10-auth</userinput>
@@ -481,7 +481,7 @@ $ <userinput>./configure</userinput></screen>
 
         <listitem>
           <para>Load desired zone file(s), for example:
-            <screen>$ <userinput>b10-loadzone <replaceable>-c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}'</replaceable> <replaceable>your.zone.example.org</replaceable> <replaceable>your.zone.file</replaceable></userinput></screen>
+            <screen>$ <userinput>/usr/local/bin/b10-loadzone <replaceable>-c '{"database_file": "/usr/local/var/bind10/zone.sqlite3"}'</replaceable> <replaceable>your.zone.example.org</replaceable> <replaceable>your.zone.file</replaceable></userinput></screen>
           </para>
          (If you use the sqlite3 data source with the default DB
          file, you can omit the -c option).