aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shadow.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-10 12:03:00 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-10 12:03:00 +0000
commit0c61b858a67f1ec83d482ed78b2fdab29d676370 (patch)
tree7ea2c80d918f1847562d448048455c23fd398f76 /chapter06/shadow.xml
parent9b4598f02daa4a5caa06916f9557669344299ce6 (diff)
Upgrade to Shadow-4.1.3.1. FIxes #2382.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8867 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r--chapter06/shadow.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 0b09986a8..ea4f0fb6f 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -72,7 +72,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
<command>convert-mans</command> script which was installed during the
Man-DB package:</para>
-<screen><userinput remap="configure">for i in de es fi fr id it pt_BR; do
+<screen><userinput remap="configure">for i in de fi fr id it pt_BR; do
convert-mans UTF-8 ISO-8859-1 man/${i}/*.?
done
@@ -109,21 +109,21 @@ convert-mans UTF-8 ISO-8859-9 man/tr/*.?</userinput></screen>
-without-selinux</userinput></screen>
-->
-<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen>
+<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen>
- <!-- <variablelist>
- <title>The meaning of the configure options:</title>
+ <variablelist>
+ <title>The meaning of the configure option:</title>
<varlistentry>
- <term><parameter>-without-selinux</parameter></term>
+ <term><parameter>-without-libpam</parameter></term>
<listitem>
- <para>Support for selinux is enabled by default, but selinux is not
- built in a base LFS system. The <command>configure</command> script
- will fail if this option is not used.</para>
+ <para>Support for PAM is enabled by default, but PAM is not
+ built in a base LFS system. The compilation of
+ <command>login</command> will fail if this option is not used.</para>
</listitem>
</varlistentry>
- </variablelist> -->
+ </variablelist>
<para>Compile the package:</para>