[hipl-commit] [trunk] Rev 4522: doc: Assume that hipd/hipfw are installed on the system.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 16 May 2010 17:20:00 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 16/05/2010 at 17:20:00
Revision: 4522
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  doc: Assume that hipd/hipfw are installed on the system.
  
  Previously, they were sometimes specified by the source path, sometimes not.

Modified:
  M  doc/HOWTO.xml

=== modified file 'doc/HOWTO.xml'
--- doc/HOWTO.xml       2010-05-16 11:20:05 +0000
+++ doc/HOWTO.xml       2010-05-16 14:18:31 +0000
@@ -1658,10 +1658,7 @@
         ifconfig eth0 inet6 add 3ffe::2/64
       </para></listitem>
       <listitem><para>
-        cd somewhere/hipl
-      </para></listitem>
-      <listitem><para>
-        hipd/hipd # (to start as a background daemon process, add -b flag)
+        hipd # (to start as a background daemon process, add -b flag)
       </para></listitem>
       <listitem><para>
         nc6 -l -p 1111
@@ -1691,10 +1688,7 @@
         ifconfig eth0 inet6 add 3ffe::1/64
       </para></listitem>
       <listitem><para>
-        cd somewhere/hipl
-      </para></listitem>
-      <listitem><para>
-        hipd/hipd
+        hipd
       </para></listitem>
       <listitem><para>
         nc6 oops 1111
@@ -1845,13 +1839,10 @@
             </para>
             <itemizedlist>
               <listitem><para>
-                  cd somewhere/hipl
-              </para></listitem>
-              <listitem><para>
-                  firewall/hipfw -lA (to start the firewall with LSI support 
enabled and allow HIP/ESP packets)
-              </para></listitem>
-              <listitem><para>
-                  hipd/hipd # (to start as a background daemon process, add -b 
flag)
+                  hipfw -lA (to start the firewall with LSI support enabled 
and allow HIP/ESP packets)
+              </para></listitem>
+              <listitem><para>
+                  hipd # (to start as a background daemon process, add -b flag)
               </para></listitem>
             </itemizedlist>
             <para>
@@ -3031,7 +3022,7 @@
         </para>
         <orderedlist>
           <listitem><para>
-            Start HIP daemon at each 
host:<programlisting>hipd/hipd</programlisting>
+            Start HIP daemon at each host:<programlisting>hipd</programlisting>
           </para></listitem>
           <listitem><para>
             At the rendezvous server, we have to indicate that we are willing 
to offer
@@ -3254,7 +3245,7 @@
           <listitem><para>
             Start HIP daemon at each host:
             <programlisting>
-              hipd/hipd
+              hipd
             </programlisting>
           </para></listitem>
           <listitem><para>
@@ -3852,10 +3843,16 @@
            make
     </para></listitem>
     <listitem><para>
+              Run make install
+    </para></listitem>
+    <listitem><para>
+           make install
+    </para></listitem>
+    <listitem><para>
               Run hip daemon on both "crash" and "oops"
     </para></listitem>
     <listitem><para>
-           hipd/hipd
+           hipd
     </para></listitem>
     <listitem><para>
             . Using hipconf tool to set HIP Opportunistic mode on both hosts 
manually. "hipconf set opp on|off" command is used to enable/disable 
opportunistic mode. By default it is on.

Other related posts:

  • » [hipl-commit] [trunk] Rev 4522: doc: Assume that hipd/hipfw are installed on the system. - Diego Biurrun