Author: dj
Date: 2011-01-30 20:27:09 -0700 (Sun, 30 Jan 2011)
New Revision: 8855
Added:
trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcp
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/icedtea6.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/major/openssh.xml
Log:
Added instruction to enable use of LinuxPAM to OpenSSH instructions and minor
fixup in icedtea6 instructions.
Modified: trunk/BOOK/general/prog/icedtea6.xml
===================================================================
--- trunk/BOOK/general/prog/icedtea6.xml 2011-01-29 16:05:03 UTC (rev
8854)
+++ trunk/BOOK/general/prog/icedtea6.xml 2011-01-31 03:27:09 UTC (rev
8855)
@@ -478,7 +478,7 @@
EOF</userinput></screen>
<para>The <application>Java</application> plugin is located at
- <filename
class="directory">$JAVA_HOME/jre/plugin/<replaceable>arch</replaceable>/IcedTeaPlugin.so</filename>.
+ <filename
class="directory">$JAVA_HOME/jre/plugin/<replaceable><arch></replaceable>/IcedTeaPlugin.so</filename>.
Make a symbolic link to the file in that directory from your browser(s)
plugins directory.</para>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2011-01-29 16:05:03 UTC (rev 8854)
+++ trunk/BOOK/general.ent 2011-01-31 03:27:09 UTC (rev 8855)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "29"> <!-- Always 2 digits -->
+<!ENTITY day "31"> <!-- Always 2 digits -->
<!ENTITY month "01"> <!-- Always 2 digits -->
<!ENTITY year "2011">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "svn-&year;&month;&day;">
-<!ENTITY releasedate "January &day;th, &year;">
+<!ENTITY releasedate "January &day;st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!--
version|testing|unstable|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2011-01-29 16:05:03 UTC
(rev 8854)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2011-01-31 03:27:09 UTC
(rev 8855)
@@ -41,6 +41,16 @@
-->
<listitem>
+ <para>January 31st, 2011</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dj] - Added instruction to enable use of LinuxPAM to OpenSSH
+ instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 29th, 2011</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/server/major/openssh.xml
===================================================================
--- trunk/BOOK/server/major/openssh.xml 2011-01-29 16:05:03 UTC (rev 8854)
+++ trunk/BOOK/server/major/openssh.xml 2011-01-31 03:27:09 UTC (rev 8855)
@@ -224,11 +224,13 @@
<para>If you added <application>LinuxPAM</application> support, then you
will need to add a configuration file for
- <application>sshd</application>. Issue the following commands as the
+ <application>sshd</application> and enable use of
+ <application>LinuxPAM</application>. Issue the following commands as the
<systemitem class='username'>root</systemitem> user:</para>
<screen role="root"><userinput>sed 's@d/login@d/sshd@g' /etc/pam.d/login >
/etc/pam.d/sshd &&
-chmod 644 /etc/pam.d/sshd</userinput></screen>
+chmod 644 /etc/pam.d/sshd &&
+echo "USEPAM yes" >> /etc/ssh/sshd_config</userinput></screen>
<para>Additional configuration information can be found in the man
pages for <command>sshd</command>, <command>ssh</command> and
Added: trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcp
===================================================================
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page