Author: jim
Date: 2006-06-21 13:55:58 -0600 (Wed, 21 Jun 2006)
New Revision: 1812
Modified:
/
branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
branches/clfs-2.0/BOOK/final-system/common/shadow.xml
branches/clfs-2.0/BOOK/final-system/common/vim.xml
branches/clfs-2.0/BOOK/general.ent
branches/clfs-2.0/BOOK/introduction/common/changelog.xml
branches/clfs-2.0/BOOK/packages.ent
Log:
[EMAIL PROTECTED] (orig r1879): jciccone | 2006-06-21 11:03:05 -0700
Brought the clfs-2.0 branch up to trunk.
Property changes on:
___________________________________________________________________
Name: svk:merge
- b6734a72-470d-0410-b049-f317dca95413:/:1878
+ b6734a72-470d-0410-b049-f317dca95413:/:1879
Modified: branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml
===================================================================
--- branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-06-21 19:55:50 UTC
(rev 1811)
+++ branches/clfs-2.0/BOOK/cross-tools/common/glibc.xml 2006-06-21 19:55:58 UTC
(rev 1812)
@@ -29,14 +29,14 @@
<title>Installation of Glibc</title>
<note os="a">
- <para>Some packages outside of LFS suggest installing GNU libiconv in
+ <para>Some packages outside of CLFS suggest installing GNU libiconv in
order to translate data from one encoding to another. The project's
home page (<ulink url="http://www.gnu.org/software/libiconv/"/>) says
<quote>This library provides an <function>iconv()</function>
implementation, for use on systems which don't have one, or whose
implementation cannot convert from/to Unicode.</quote> Glibc provides
an <function>iconv()</function> implementation and can convert from/to
- Unicode, therefore libiconv is not required on an LFS system.</para>
+ Unicode, therefore libiconv is not required on an CLFS system.</para>
</note>
<para os="p1">Disable linking to <filename>libgcc_eh</filename>:</para>
Modified: branches/clfs-2.0/BOOK/final-system/common/shadow.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/shadow.xml 2006-06-21
19:55:50 UTC (rev 1811)
+++ branches/clfs-2.0/BOOK/final-system/common/shadow.xml 2006-06-21
19:55:58 UTC (rev 1812)
@@ -50,7 +50,7 @@
<varlistentry>
<term><parameter>--without-libpam</parameter></term>
<listitem><para>Support for Linux-PAM is enabled by default in Shadow,
- however PAM is not installed on a base LFS system, so this switch
+ however PAM is not installed on a base CLFS system, so this switch
disables PAM support in Shadow. For instructions to install PAM and
link Shadow to it, you can look at
<ulink url="&blfs-root;view/svn/postlfs/shadow.html"/>.</para></listitem>
@@ -58,13 +58,13 @@
<varlistentry>
<term><parameter>--without-audit</parameter></term>
<listitem><para>Support for auditing is enabled by default, but a
- library that it needs is not installed in a base LFS system. This
+ library that it needs is not installed in a base CLFS system. This
switch disables auditing support.</para></listitem>
</varlistentry>
<varlistentry>
<term><parameter>--without-selinux</parameter></term>
<listitem><para>Support for selinux is enabled by default, but selinux
- is not built in a base LFS system and configure will fail without this
+ is not built in a base CLFS system and configure will fail without this
switch.</para></listitem>
</varlistentry>
</variablelist>
@@ -91,9 +91,9 @@
passwords longer than 8 characters. It is also necessary to change the
obsolete <filename class="directory">/var/spool/mail</filename> location
for user mailboxes that Shadow uses by default to the <filename
- class="directory">/var/mail</filename> location used currently. Both of
- these can be accomplished by changing the relevant configuration file
- while copying it to its destination:</para>
+ class="directory">/var/mail</filename> location used currently. Use the
+ following sed command to make these changes to the appropriate
+ configuration file:</para>
<indexterm zone="shadow-login_defs" os="s">
<primary sortas="e-/etc/login.defs">/etc/login.defs</primary>
@@ -124,12 +124,6 @@
rm -v ${LFS}/lib/libshadow.so
ln -svf ../../lib/libshadow.so.0
${LFS}/usr/lib/libshadow.so</userinput></screen>
- <para os="z">The <option>-D</option> option of the
<command>useradd</command>
- program requires the <filename class="directory">/etc/default</filename>
- directory for it to work properly:</para>
-
-<screen os="za"><userinput>install -dv ${LFS}/etc/default</userinput></screen>
-
</sect2>
<sect2 id="conf-shadow" role="configuration">
@@ -157,6 +151,12 @@
<screen role="nodump"><userinput>grpconv</userinput></screen>
+ <para>To view or change the default settings for new user accounts that
+ you create, you can edit <filename>/etc/default/useradd</filename>. See
+ <command>man useradd</command> or
+ <ulink url="&blfs-root;view/svn/postlfs/skel.html"/> for more
+ information.</para>
+
</sect2>
<sect2 id="root-password" role="configuration">
Modified: branches/clfs-2.0/BOOK/final-system/common/vim.xml
===================================================================
--- branches/clfs-2.0/BOOK/final-system/common/vim.xml 2006-06-21 19:55:50 UTC
(rev 1811)
+++ branches/clfs-2.0/BOOK/final-system/common/vim.xml 2006-06-21 19:55:58 UTC
(rev 1812)
@@ -87,10 +87,12 @@
<screen os="j"><userinput>make DESTDIR=${LFS} install</userinput></screen>
- <para os="k">Many users are used to using <command>vi</command> instead of
- <command>vim</command>. To allow execution of <command>vim</command>
- when users habitually enter <command>vi</command>, create a
- symlink:</para>
+ <para os="k">Many users are accustomed to using <command>vi</command>
+ instead of <command>vim</command>. Some programs, such as
+ <command>vigr</command> and <command>vipw</command>, also use
+ <command>vi</command>. Create a symlink to permit execution of
+ <command>vim</command> when users habitually enter <command>vi</command>
+ and allow programs that use <command>vi</command> to work:</para>
<screen os="l"><userinput>ln -sv vim ${LFS}/usr/bin/vi</userinput></screen>
@@ -102,11 +104,11 @@
<screen os="n"><userinput>ln -sv ../vim/vim&vim-version2;/doc
${LFS}/usr/share/doc/vim-&vim-version;</userinput></screen>
- <para os="p">If an X Window System is going to be installed on the LFS
- system, it may be necessary to recompile Vim after installing X. Vim
+ <para os="o">If an X Window System is going to be installed on the LFS
+ system, you may want to recompile Vim after installing X. Vim
comes with a GUI version of the editor that requires X and some
- additional libraries to be installed. For more information on this
- process, refer to the Vim documentation and the Vim installation page
+ additional libraries to be installed. For more information, refer to the
+ Vim documentation and the Vim installation page
in the BLFS book at <ulink
url="&blfs-root;view/svn/postlfs/editors.html#postlfs-editors-vim"/>.</para>
Modified: branches/clfs-2.0/BOOK/general.ent
===================================================================
--- branches/clfs-2.0/BOOK/general.ent 2006-06-21 19:55:50 UTC (rev 1811)
+++ branches/clfs-2.0/BOOK/general.ent 2006-06-21 19:55:58 UTC (rev 1812)
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20060618">
+<!ENTITY version "SVN-20060621">
<!ENTITY version-ARM "&version;-ARM">
-<!ENTITY releasedate "June 18, 2006">
+<!ENTITY releasedate "June 21, 2006">
<!ENTITY milestone "0.2">
<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]"
-->
Modified: branches/clfs-2.0/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-06-21
19:55:50 UTC (rev 1811)
+++ branches/clfs-2.0/BOOK/introduction/common/changelog.xml 2006-06-21
19:55:58 UTC (rev 1812)
@@ -37,9 +37,18 @@
-->
<listitem>
- <para>Date</para>
+ <para>June 21, 2006</para>
<itemizedlist>
<listitem>
+ <para>[jciccone] - Updated to linux-2.6.17.1 and
linux-headers-2.6.17.1-06202006-1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>June 19, 2006</para>
+ <itemizedlist>
+ <listitem>
<para>[jciccone] - Updated to man-1.6d.</para>
</listitem>
<listitem>
Modified: branches/clfs-2.0/BOOK/packages.ent
===================================================================
--- branches/clfs-2.0/BOOK/packages.ent 2006-06-21 19:55:50 UTC (rev 1811)
+++ branches/clfs-2.0/BOOK/packages.ent 2006-06-21 19:55:58 UTC (rev 1812)
@@ -232,16 +232,16 @@
<!ENTITY linux-dl-version "2.6">
-<!ENTITY linux-version "2.6.17">
-<!ENTITY linux-size "40,352 KB">
+<!ENTITY linux-version "2.6.17.1">
+<!ENTITY linux-size "40,356 KB">
<!ENTITY linux-url
"&kernel;linux/kernel/v&linux-dl-version;/linux-&linux-version;.tar.bz2">
-<!ENTITY linux-md5 "37ddefe96625502161f075b9d907f21e">
+<!ENTITY linux-md5 "0a8f1a66646bc6ac7b3ec3e8f51652a0">
<!ENTITY linux-home "http://www.kernel.org/">
-<!ENTITY linux-headers-version "&linux-version;-06192006">
+<!ENTITY linux-headers-version "&linux-version;-06192006-1">
<!ENTITY linux-headers-size "1,496 KB">
<!ENTITY linux-headers-url
"http://ftp.jg555.com/headers/linux-headers-&linux-headers-version;.tar.bz2">
-<!ENTITY linux-headers-md5 "4410d6e3b30aca67a130fcebf3f38ff3">
+<!ENTITY linux-headers-md5 "6e8612219ca1514c3080b949c58d2e31">
<!ENTITY linux-headers-home "http://headers.cross-lfs.org/">
<!ENTITY m4-version "1.4.4">
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page