Browse Source

[master] in docs, change hardcoded package name

from bind10-devel to bind10
Jeremy C. Reed 12 years ago
parent
commit
44bd04d531

+ 18 - 18
doc/guide/bind10-guide.xml

@@ -503,7 +503,7 @@ var/
           </listitem>
           </listitem>
           <listitem>
           <listitem>
           <simpara>
           <simpara>
-            <filename>etc/bind10-devel/</filename> &mdash;
+            <filename>etc/bind10/</filename> &mdash;
             configuration files.
             configuration files.
           </simpara>
           </simpara>
           </listitem>
           </listitem>
@@ -515,7 +515,7 @@ var/
           </listitem>
           </listitem>
           <listitem>
           <listitem>
             <simpara>
             <simpara>
-              <filename>libexec/bind10-devel/</filename> &mdash;
+              <filename>libexec/bind10/</filename> &mdash;
               executables that a user wouldn't normally run directly and
               executables that a user wouldn't normally run directly and
               are not run independently.
               are not run independently.
               These are the BIND 10 modules which are daemons started by
               These are the BIND 10 modules which are daemons started by
@@ -530,13 +530,13 @@ var/
           </listitem>
           </listitem>
           <listitem>
           <listitem>
             <simpara>
             <simpara>
-              <filename>share/bind10-devel/</filename> &mdash;
+              <filename>share/bind10/</filename> &mdash;
               configuration specifications.
               configuration specifications.
             </simpara>
             </simpara>
           </listitem>
           </listitem>
           <listitem>
           <listitem>
             <simpara>
             <simpara>
-              <filename>share/doc/bind10-devel/</filename> &mdash;
+              <filename>share/doc/bind10/</filename> &mdash;
               this guide and other supplementary documentation.
               this guide and other supplementary documentation.
             </simpara>
             </simpara>
           </listitem>
           </listitem>
@@ -548,7 +548,7 @@ var/
           </listitem>
           </listitem>
           <listitem>
           <listitem>
             <simpara>
             <simpara>
-              <filename>var/bind10-devel/</filename> &mdash;
+              <filename>var/bind10/</filename> &mdash;
               data source and configuration databases.
               data source and configuration databases.
             </simpara>
             </simpara>
           </listitem>
           </listitem>
@@ -910,7 +910,7 @@ as a dependency earlier -->
         Administrators do not communicate directly with the
         Administrators do not communicate directly with the
         <command>b10-msgq</command> daemon.
         <command>b10-msgq</command> daemon.
         By default, BIND 10 uses a UNIX domain socket file named
         By default, BIND 10 uses a UNIX domain socket file named
-        <filename>/usr/local/var/bind10-devel/msg_socket</filename>
+        <filename>/usr/local/var/bind10/msg_socket</filename>
         for this interprocess communication.
         for this interprocess communication.
       </para>
       </para>
 
 
@@ -972,7 +972,7 @@ config changes are actually commands to cfgmgr
 <!-- TODO: what about command line switch to change this? -->
 <!-- TODO: what about command line switch to change this? -->
       <para>
       <para>
         The stored configuration file is at
         The stored configuration file is at
-        <filename>/usr/local/var/bind10-devel/b10-config.db</filename>.
+        <filename>/usr/local/var/bind10/b10-config.db</filename>.
         (The directory is what was defined at build configure time for
         (The directory is what was defined at build configure time for
         <option>--localstatedir</option>.
         <option>--localstatedir</option>.
         The default is <filename>/usr/local/var/</filename>.)
         The default is <filename>/usr/local/var/</filename>.)
@@ -1065,13 +1065,13 @@ but you might wanna check with likun
     <para>The HTTPS server requires a private key,
     <para>The HTTPS server requires a private key,
       such as a RSA PRIVATE KEY.
       such as a RSA PRIVATE KEY.
       The default location is at
       The default location is at
-      <filename>/usr/local/etc/bind10-devel/cmdctl-keyfile.pem</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-keyfile.pem</filename>.
       (A sample key is at
       (A sample key is at
-      <filename>/usr/local/share/bind10-devel/cmdctl-keyfile.pem</filename>.)
+      <filename>/usr/local/share/bind10/cmdctl-keyfile.pem</filename>.)
       It also uses a certificate located at
       It also uses a certificate located at
-      <filename>/usr/local/etc/bind10-devel/cmdctl-certfile.pem</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-certfile.pem</filename>.
       (A sample certificate is at
       (A sample certificate is at
-      <filename>/usr/local/share/bind10-devel/cmdctl-certfile.pem</filename>.)
+      <filename>/usr/local/share/bind10/cmdctl-certfile.pem</filename>.)
       This may be a self-signed certificate or purchased from a
       This may be a self-signed certificate or purchased from a
       certification authority.
       certification authority.
     </para>
     </para>
@@ -1107,11 +1107,11 @@ but that is a single file, maybe this should go back to that format?
     <para>
     <para>
       The <command>b10-cmdctl</command> daemon also requires
       The <command>b10-cmdctl</command> daemon also requires
       the user account file located at
       the user account file located at
-      <filename>/usr/local/etc/bind10-devel/cmdctl-accounts.csv</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>.
       This comma-delimited file lists the accounts with a user name,
       This comma-delimited file lists the accounts with a user name,
       hashed password, and salt.
       hashed password, and salt.
       (A sample file is at
       (A sample file is at
-      <filename>/usr/local/share/bind10-devel/cmdctl-accounts.csv</filename>.
+      <filename>/usr/local/share/bind10/cmdctl-accounts.csv</filename>.
       It contains the user named <quote>root</quote> with the password
       It contains the user named <quote>root</quote> with the password
       <quote>bind10</quote>.)
       <quote>bind10</quote>.)
     </para>
     </para>
@@ -1141,14 +1141,14 @@ or accounts database -->
         The configuration items for <command>b10-cmdctl</command> are:
         The configuration items for <command>b10-cmdctl</command> are:
         <varname>accounts_file</varname> which defines the path to the
         <varname>accounts_file</varname> which defines the path to the
         user accounts database (the default is
         user accounts database (the default is
-        <filename>/usr/local/etc/bind10-devel/cmdctl-accounts.csv</filename>);
+        <filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>);
         <varname>cert_file</varname> which defines the path to the
         <varname>cert_file</varname> which defines the path to the
         PEM certificate file (the default is
         PEM certificate file (the default is
-        <filename>/usr/local/etc/bind10-devel/cmdctl-certfile.pem</filename>);
+        <filename>/usr/local/etc/bind10/cmdctl-certfile.pem</filename>);
         and
         and
 	<varname>key_file</varname> which defines the path to the
 	<varname>key_file</varname> which defines the path to the
 	PEM private key file (the default is
 	PEM private key file (the default is
-        <filename>/usr/local/etc/bind10-devel/cmdctl-keyfile.pem</filename>).
+        <filename>/usr/local/etc/bind10/cmdctl-keyfile.pem</filename>).
       </para>
       </para>
 
 
     </section>
     </section>
@@ -2459,7 +2459,7 @@ can use various data source backends.
         data source &mdash; one that serves things like
         data source &mdash; one that serves things like
         <quote>AUTHORS.BIND.</quote>. The IN class contains single SQLite3
         <quote>AUTHORS.BIND.</quote>. The IN class contains single SQLite3
         data source with database file located at
         data source with database file located at
-        <filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>.
+        <filename>/usr/local/var/bind10/zone.sqlite3</filename>.
       </para>
       </para>
 
 
       <para>
       <para>
@@ -3673,7 +3673,7 @@ mysql></screen>
          <para>
          <para>
           3. Create the database tables:
           3. Create the database tables:
           <screen>mysql> <userinput>CONNECT kea;</userinput>
           <screen>mysql> <userinput>CONNECT kea;</userinput>
-mysql> <userinput>SOURCE <replaceable>&lt;path-to-bind10&gt;</replaceable>/share/bind10-devel/dhcpdb_create.mysql</userinput></screen>
+mysql> <userinput>SOURCE <replaceable>&lt;path-to-bind10&gt;</replaceable>/share/bind10/dhcpdb_create.mysql</userinput></screen>
         </para>
         </para>
          <para>
          <para>
           4. Create the user under which BIND 10 will access the database and grant it access to the database tables:
           4. Create the user under which BIND 10 will access the database and grant it access to the database tables:

+ 2 - 2
src/bin/auth/b10-auth.xml

@@ -100,7 +100,7 @@
       <varname>database_file</varname> defines the path to the
       <varname>database_file</varname> defines the path to the
       SQLite3 zone file when using the sqlite datasource.
       SQLite3 zone file when using the sqlite datasource.
       The default is
       The default is
-      <filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>.
+      <filename>/usr/local/var/bind10/zone.sqlite3</filename>.
     </para>
     </para>
 
 
     <para>
     <para>
@@ -255,7 +255,7 @@
   <refsect1>
   <refsect1>
     <title>FILES</title>
     <title>FILES</title>
     <para>
     <para>
-      <filename>/usr/local/var/bind10-devel/zone.sqlite3</filename>
+      <filename>/usr/local/var/bind10/zone.sqlite3</filename>
       &mdash; Location for the SQLite3 zone database
       &mdash; Location for the SQLite3 zone database
       when <emphasis>database_file</emphasis> configuration is not
       when <emphasis>database_file</emphasis> configuration is not
       defined.
       defined.

+ 1 - 1
src/bin/bind10/bind10.xml

@@ -160,7 +160,7 @@
 	    <citerefentry><refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum></citerefentry>
 	    <citerefentry><refentrytitle>b10-msgq</refentrytitle><manvolnum>8</manvolnum></citerefentry>
             daemon to use.
             daemon to use.
             The default is
             The default is
-            <filename>/usr/local/var/bind10-devel/msg_socket</filename>.
+            <filename>/usr/local/var/bind10/msg_socket</filename>.
 <!-- @localstatedir@/@PACKAGE_NAME@/msg_socket -->
 <!-- @localstatedir@/@PACKAGE_NAME@/msg_socket -->
            </para>
            </para>
          </listitem>
          </listitem>

+ 1 - 1
src/bin/cfgmgr/b10-cfgmgr.xml

@@ -136,7 +136,7 @@
   <refsect1>
   <refsect1>
     <title>FILES</title>
     <title>FILES</title>
 <!-- TODO: fix path -->
 <!-- TODO: fix path -->
-    <para><filename>/usr/local/var/bind10-devel/b10-config.db</filename>
+    <para><filename>/usr/local/var/bind10/b10-config.db</filename>
       &mdash; Configuration storage file.
       &mdash; Configuration storage file.
     </para>
     </para>
   </refsect1>
   </refsect1>

+ 1 - 1
src/bin/cmdctl/b10-certgen.xml

@@ -190,7 +190,7 @@
       To update an expired certificate in BIND 10 that has been installed to
       To update an expired certificate in BIND 10 that has been installed to
       /usr/local:
       /usr/local:
       <screen>
       <screen>
-$> cd /usr/local/etc/bind10-devel/
+$> cd /usr/local/etc/bind10/
 
 
 $> b10-certgen
 $> b10-certgen
 cmdctl-certfile.pem failed to verify: certificate has expired
 cmdctl-certfile.pem failed to verify: certificate has expired

+ 6 - 6
src/bin/cmdctl/b10-cmdctl.xml

@@ -147,21 +147,21 @@
       <varname>accounts_file</varname> defines the path to the
       <varname>accounts_file</varname> defines the path to the
       user accounts database.
       user accounts database.
       The default is
       The default is
-      <filename>/usr/local/etc/bind10-devel/cmdctl-accounts.csv</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>.
     </para>
     </para>
 
 
     <para>
     <para>
       <varname>cert_file</varname> defines the path to the
       <varname>cert_file</varname> defines the path to the
       PEM certificate file.
       PEM certificate file.
       The default is
       The default is
-      <filename>/usr/local/etc/bind10-devel/cmdctl-certfile.pem</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-certfile.pem</filename>.
     </para>
     </para>
 
 
     <para>
     <para>
       <varname>key_file</varname> defines the path to the PEM private key
       <varname>key_file</varname> defines the path to the PEM private key
       file.
       file.
       The default is
       The default is
-      <filename>/usr/local/etc/bind10-devel/cmdctl-keyfile.pem</filename>.
+      <filename>/usr/local/etc/bind10/cmdctl-keyfile.pem</filename>.
     </para>
     </para>
 
 
 <!-- TODO: formating -->
 <!-- TODO: formating -->
@@ -187,17 +187,17 @@
 <!-- TODO: permissions -->
 <!-- TODO: permissions -->
 <!-- TODO: what about multiple accounts? -->
 <!-- TODO: what about multiple accounts? -->
 <!-- TODO: shouldn't the password file name say cmdctl in it? -->
 <!-- TODO: shouldn't the password file name say cmdctl in it? -->
-    <para><filename>/usr/local/etc/bind10-devel/cmdctl-accounts.csv</filename>
+    <para><filename>/usr/local/etc/bind10/cmdctl-accounts.csv</filename>
       &mdash; account database containing the name, hashed password,
       &mdash; account database containing the name, hashed password,
       and the salt.
       and the salt.
     </para>
     </para>
 <!-- TODO: replace /usr/local -->
 <!-- TODO: replace /usr/local -->
 <!-- TODO: permissions -->
 <!-- TODO: permissions -->
 <!-- TODO: shouldn't have both in same file, will be configurable -->
 <!-- TODO: shouldn't have both in same file, will be configurable -->
-    <para><filename>/usr/local/etc/bind10-devel/cmdctl-keyfile.pem</filename>
+    <para><filename>/usr/local/etc/bind10/cmdctl-keyfile.pem</filename>
       &mdash; contains the Private key.
       &mdash; contains the Private key.
     </para>
     </para>
-    <para><filename>/usr/local/etc/bind10-devel/cmdctl-certfile.pem</filename>
+    <para><filename>/usr/local/etc/bind10/cmdctl-certfile.pem</filename>
       &mdash; contains the Certificate.
       &mdash; contains the Certificate.
     </para>
     </para>
   </refsect1>
   </refsect1>

+ 1 - 1
src/bin/msgq/msgq.xml

@@ -111,7 +111,7 @@
         <listitem><para>
         <listitem><para>
           The UNIX domain socket file this daemon will use.
           The UNIX domain socket file this daemon will use.
           The default is
           The default is
-          <filename>/usr/local/var/bind10-devel/msg_socket</filename>.
+          <filename>/usr/local/var/bind10/msg_socket</filename>.
 <!-- @localstatedir@/@PACKAGE_NAME@/msg_socket -->
 <!-- @localstatedir@/@PACKAGE_NAME@/msg_socket -->
           </para></listitem>
           </para></listitem>
       </varlistentry>
       </varlistentry>

+ 4 - 4
src/bin/stats/b10-stats-httpd.xml

@@ -103,7 +103,7 @@
   <refsect1>
   <refsect1>
     <title>FILES</title>
     <title>FILES</title>
     <para>
     <para>
-      <filename>/usr/local/share/bind10-devel/stats-httpd.spec</filename>
+      <filename>/usr/local/share/bind10/stats-httpd.spec</filename>
       <!--TODO: The filename should be computed from prefix-->
       <!--TODO: The filename should be computed from prefix-->
       &mdash; the spec file of <command>b10-stats-httpd</command>. This file
       &mdash; the spec file of <command>b10-stats-httpd</command>. This file
       contains configurable settings
       contains configurable settings
@@ -115,17 +115,17 @@
       how to configure the settings.
       how to configure the settings.
     </para>
     </para>
     <para>
     <para>
-      <filename>/usr/local/share/bind10-devel/stats-httpd-xml.tpl</filename>
+      <filename>/usr/local/share/bind10/stats-httpd-xml.tpl</filename>
       <!--TODO: The filename should be computed from prefix-->
       <!--TODO: The filename should be computed from prefix-->
       &mdash; the template file of XML document.
       &mdash; the template file of XML document.
     </para>
     </para>
     <para>
     <para>
-      <filename>/usr/local/share/bind10-devel/stats-httpd-xsd.tpl</filename>
+      <filename>/usr/local/share/bind10/stats-httpd-xsd.tpl</filename>
       <!--TODO: The filename should be computed from prefix-->
       <!--TODO: The filename should be computed from prefix-->
       &mdash; the template file of XSD document.
       &mdash; the template file of XSD document.
     </para>
     </para>
     <para>
     <para>
-      <filename>/usr/local/share/bind10-devel/stats-httpd-xsl.tpl</filename>
+      <filename>/usr/local/share/bind10/stats-httpd-xsl.tpl</filename>
       <!--TODO: The filename should be computed from prefix-->
       <!--TODO: The filename should be computed from prefix-->
       &mdash; the template file of XSL document.
       &mdash; the template file of XSL document.
     </para>
     </para>

+ 1 - 1
src/bin/stats/b10-stats.xml

@@ -210,7 +210,7 @@
 
 
   <refsect1>
   <refsect1>
     <title>FILES</title>
     <title>FILES</title>
-    <para><filename>/usr/local/share/bind10-devel/stats.spec</filename>
+    <para><filename>/usr/local/share/bind10/stats.spec</filename>
       <!--TODO: The filename should be computed from prefix-->
       <!--TODO: The filename should be computed from prefix-->
       &mdash; This is a spec file for <command>b10-stats</command>. It
       &mdash; This is a spec file for <command>b10-stats</command>. It
       contains commands for <command>b10-stats</command>. They can be
       contains commands for <command>b10-stats</command>. They can be