Author: randy
Date: 2007-01-27 08:48:57 -0700 (Sat, 27 Jan 2007)
New Revision: 6472
Modified:
trunk/BOOK/postlfs/security/shadow.xml
Log:
Fixed typos in the Shadow instructions
Modified: trunk/BOOK/postlfs/security/shadow.xml
===================================================================
--- trunk/BOOK/postlfs/security/shadow.xml 2007-01-27 05:08:50 UTC (rev
6471)
+++ trunk/BOOK/postlfs/security/shadow.xml 2007-01-27 15:48:57 UTC (rev
6472)
@@ -301,13 +301,13 @@
<sect4>
<title>Configuring the /etc/pam.d/ Files</title>
- <para>As mentioned previously, in the
+ <para>As mentioned previously in the
<application>Linux-PAM</application> instructions,
<application>Linux-PAM</application> has two supported methods for
configuration. The commands below assume that you've chosen to use
- a directory based configuration, where each program has it's own
+ a directory based configuration, where each program has its own
configuration file. You can optionally use a single
- <filename>/etc/pam.conf</filename> confgiuration file by using the
+ <filename>/etc/pam.conf</filename> configuration file by using the
text from the files below, and supplying the program name as an
additional first field for each line.</para>
@@ -315,7 +315,7 @@
create the <filename class="directory">/etc/pam.d</filename>
directory with the following command:</para>
- <screen role="root"><userinput>install -d -m644
/etc/pam.d</userinput></screen>
+ <screen role="root"><userinput>install -v -d -m755
/etc/pam.d</userinput></screen>
<para>While still the <systemitem class="username">root</systemitem>
user, add the following <application>Linux-PAM</application>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page