aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-08-31 18:05:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-08-31 18:05:31 +0000
commitffd1bdfdc3556d2cc7cc5b27e2cf0baa343da4e8 (patch)
treebf3894fb317730bd6e6df5c3f97ce85ff5067e1e /chapter06
parent2c5e4d59948440468cb722c1f3675e7396a20c33 (diff)
Upgrade to shadow-4.0.12
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6784 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/shadow.xml12
1 files changed, 1 insertions, 11 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 280945a42..a0a64b899 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -38,17 +38,7 @@ prior to building Shadow. Then add <parameter>--with-libcrack</parameter> to the
<para>Prepare Shadow for compilation:</para>
-<screen><userinput>./configure --libdir=/lib --enable-shared --enable-shadowgrp</userinput></screen>
-
-<para>The meaning of the new configure options:</para>
-<variablelist>
-<varlistentry>
-<term><parameter>--enable-shadowgrp</parameter></term>
-<listitem><para>This version of Shadow defaults to not enabling
-shadow group functionality, which will cause <command>grpconv</command> to fail.
-</para></listitem>
-</varlistentry>
-</variablelist>
+<screen><userinput>./configure --libdir=/lib --enable-shared</userinput></screen>
<para>Disable the installation of the <command>groups</command> program and its man page, as Coreutils provides a better version:</para>