Author: bdubbs
Date: 2006-04-28 23:40:44 -0600 (Fri, 28 Apr 2006)
New Revision: 5970

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/server/major/openssh.xml
Log:
Changed libexecdir in openssh to /usr/lib/openssh

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2006-04-29 05:16:21 UTC 
(rev 5969)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2006-04-29 05:40:44 UTC 
(rev 5970)
@@ -44,6 +44,9 @@
       <para>April 28th, 2006</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Changed openssh libexecdir to 
/usr/lib/openssh.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Added instruction to optionally enable
           ssl support to dillo.</para>
         </listitem>

Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2006-04-29 05:16:21 UTC (rev 5969)
+++ trunk/BOOK/server/major/openssh.xml 2006-04-29 05:40:44 UTC (rev 5970)
@@ -124,7 +124,7 @@
 
 <screen><userinput>sed -i "s/lkrb5 -ldes/lkrb5/" configure &amp;&amp;
 ./configure --prefix=/usr --sysconfdir=/etc/ssh \
-    --libexecdir=/usr/sbin --with-md5-passwords \
+    --libexecdir=/usr/lib/openssh --with-md5-passwords \
     --with-privsep-path=/var/lib/sshd &amp;&amp;
 make</userinput></screen>
 

-- 
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