diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 18 |
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> |