diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 13:37:49 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2009-05-16 13:37:49 +0000 |
commit | 3fe83ff2c5337140afdc4cddac9dc3b6407e7cdb (patch) | |
tree | 440a346a8d25d248df79984bcd814e617a8a08a9 /chapter06 | |
parent | ebe217a187c17515a9d0ff68ccb043c176a5a0a4 (diff) |
Upgrade to Shadow-4.1.4. Fixes #2394.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index c1f52f367..9647214a0 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -92,21 +92,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr -without-selinux</userinput></screen> --> -<screen><userinput remap="configure">./configure --sysconfdir=/etc --without-libpam</userinput></screen> - - <variablelist> - <title>The meaning of the configure option:</title> - - <varlistentry> - <term><parameter>-without-libpam</parameter></term> - <listitem> - <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> +<screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> <para>Compile the package:</para> |