Author: randy
Date: 2007-04-18 14:10:11 -0600 (Wed, 18 Apr 2007)
New Revision: 6740

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/openssh.xml
Log:
Added a note to run some commands in the OpenSSH instructions as the root user, 
thanks to ghylton for the report

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-04-18 02:11:17 UTC 
(rev 6739)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-04-18 20:10:11 UTC 
(rev 6740)
@@ -45,6 +45,11 @@
       <para>April 18th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added a note to run some commands in the OpenSSH
+          instructions as the root user. Thanks to ghylton for the
+          report.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Updated to libgsf-1.14.3.</para>
         </listitem>
       </itemizedlist>

Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2007-04-18 02:11:17 UTC (rev 6739)
+++ trunk/BOOK/server/major/openssh.xml 2007-04-18 20:10:11 UTC (rev 6740)
@@ -85,8 +85,9 @@
     connecting to other computers. The first process is a privileged process
     and controls the issuance of privileges as necessary. The second process
     communicates with the network. Additional installation steps are necessary
-    to set up the proper environment, which are performed by the following
-    commands:</para>
+    to set up the proper environment, which are performed by issuing the
+    following commands as the <systemitem class="username">root</systemitem>
+    user:</para>
 
 <screen role="root"><userinput>install -v -m700 -d /var/lib/sshd &amp;&amp;
 chown -v root:sys /var/lib/sshd &amp;&amp;

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to