Browse Source

[master] remove mention of network use of msgq

msgq change from network to unix domain sockets over two years ago.
Jeremy C. Reed 13 years ago
parent
commit
cd2f58725f
2 changed files with 4 additions and 22 deletions
  1. 3 15
      doc/guide/bind10-guide.xml
  2. 1 7
      src/bin/msgq/msgq.xml

+ 3 - 15
doc/guide/bind10-guide.xml

@@ -1012,23 +1012,11 @@ address, but the usual ones don't." mean? -->
       <para>
       <para>
         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 port 9912 for the
-        <command>b10-msgq</command> service.
-        It listens on 127.0.0.1.
+        By default, BIND 10 uses a UNIX domain socket file named
+        <filename>/usr/local/var/bind10-devel/msg_socket</filename>
+        for this interprocess communication.
       </para>
       </para>
 
 
-<!-- TODO: this is broken, see Trac #111
-      <para>
-        To select an alternate port for the <command>b10-msgq</command> to
-        use, run <command>bind10</command> specifying the option:
-        <screen> $ <userinput>bind10 -TODO-msgq-port 9912</userinput></screen>
-      </para>
--->
-
-<!-- TODO: upcoming plans:
-Unix domain sockets
--->
-
   </chapter>
   </chapter>
 
 
   <chapter id="cfgmgr">
   <chapter id="cfgmgr">

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

@@ -20,7 +20,7 @@
 <refentry>
 <refentry>
 
 
   <refentryinfo>
   <refentryinfo>
-    <date>August 4, 2010</date>
+    <date>June 25, 2012</date>
   </refentryinfo>
   </refentryinfo>
 
 
   <refmeta>
   <refmeta>
@@ -92,10 +92,6 @@
     </para>
     </para>
 
 
     <para>
     <para>
-      It listens on 127.0.0.1.
-    </para>
-
-    <para>
       The <command>b10-msgq</command> daemon may be cleanly stopped by
       The <command>b10-msgq</command> daemon may be cleanly stopped by
       sending the SIGTERM signal to the process.
       sending the SIGTERM signal to the process.
       This shutdown does not notify the subscribers.
       This shutdown does not notify the subscribers.
@@ -168,5 +164,3 @@
  - End:
  - End:
 -->
 -->
 
 
-
-