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