Author: jim
Date: 2006-06-09 15:10:29 -0600 (Fri, 09 Jun 2006)
New Revision: 1748
Modified:
/
trunk/BOOK/
trunk/BOOK/final-system/common/shadow.xml
trunk/BOOK/final-system/multilib/shadow-64bit.xml
trunk/BOOK/introduction/common/changelog.xml
Log:
[EMAIL PROTECTED] (orig r1806): jim | 2006-06-09 13:55:59 -0700
[EMAIL PROTECTED]: jim | 2006-06-09 13:27:18 -0700
Updates to Shadow 4.0.16 build instructions
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1805
+ b6734a72-470d-0410-b049-f317dca95413:/:1806
Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
- 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3879
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
+ 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3880
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
Modified: trunk/BOOK/final-system/common/shadow.xml
===================================================================
--- trunk/BOOK/final-system/common/shadow.xml 2006-06-09 21:10:20 UTC (rev
1747)
+++ trunk/BOOK/final-system/common/shadow.xml 2006-06-09 21:10:29 UTC (rev
1748)
@@ -35,7 +35,7 @@
<para os="b">Prepare Shadow for compilation:</para>
-<screen os="c"><userinput>./configure --libdir=/lib --enable-shared \
+<screen os="c"><userinput>./configure --libdir=/lib --sysconfdir=/etc
--enable-shared \
--without-libpam --without-audit --without-selinux</userinput></screen>
<para os="d">The meaning of the configure options:</para>
@@ -79,21 +79,7 @@
<screen os="l"><userinput>make install</userinput></screen>
- <para id="shadow-limits-login_access" os="m">Shadow uses two files to
configure
- authentication settings for the system. Install these two configuration
- files:</para>
-
- <indexterm zone="shadow-limits-login_access" os="n">
- <primary sortas="e-/etc/limits">/etc/limits</primary>
- </indexterm>
-
- <indexterm zone="shadow-limits-login_access" os="o">
- <primary sortas="e-/etc/login.access">/etc/login.access</primary>
- </indexterm>
-
-<screen os="p"><userinput>cp -v etc/{limits,login.access}
/etc</userinput></screen>
-
- <para id="shadow-login_defs" os="q">Instead of using the default
+ <para id="shadow-login_defs">Instead of using the default
<emphasis>crypt</emphasis> method, use the more secure
<emphasis>MD5</emphasis> method of password encryption, which also allows
passwords longer than 8 characters. It is also necessary to change the
@@ -103,13 +89,13 @@
these can be accomplished by changing the relevant configuration file
while copying it to its destination:</para>
- <indexterm zone="shadow-login_defs" os="r">
+ <indexterm zone="shadow-login_defs">
<primary sortas="e-/etc/login.defs">/etc/login.defs</primary>
</indexterm>
-<screen os="s"><userinput>sed -e'[EMAIL PROTECTED]@MD5_CRYPT_ENAB yes@' \
- -e 's@/var/spool/mail@/var/mail@' \
- etc/login.defs > /etc/login.defs</userinput></screen>
+<screen os="s"><userinput>sed -i /etc/login.defs \
+ -e '[EMAIL PROTECTED]@MD5_CRYPT_ENAB yes@' \
+ -e 's@/var/spool/mail@/var/mail@'</userinput></screen>
<note os="t">
<para>If you built Shadow with Cracklib support, execute
Modified: trunk/BOOK/final-system/multilib/shadow-64bit.xml
===================================================================
--- trunk/BOOK/final-system/multilib/shadow-64bit.xml 2006-06-09 21:10:20 UTC
(rev 1747)
+++ trunk/BOOK/final-system/multilib/shadow-64bit.xml 2006-06-09 21:10:29 UTC
(rev 1748)
@@ -82,30 +82,6 @@
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'m'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'n'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'o'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'p'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'q'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
- xpointer="xpointer(//[EMAIL PROTECTED]'r'])"/>
-
- <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
- href="../common/shadow.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'s'])"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Modified: trunk/BOOK/introduction/common/changelog.xml
===================================================================
--- trunk/BOOK/introduction/common/changelog.xml 2006-06-09 21:10:20 UTC
(rev 1747)
+++ trunk/BOOK/introduction/common/changelog.xml 2006-06-09 21:10:29 UTC
(rev 1748)
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>June 9, 2006</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jim] - Updates to Shadow 4.0.16 build instructions.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 7, 2006</para>
<itemizedlist>
<listitem>
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page