diff options
Diffstat (limited to 'chapter06/shadow.xml')
-rw-r--r-- | chapter06/shadow.xml | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index c114cfb57..de7f5cbe8 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -49,19 +49,16 @@ command below.</para> </note> - <!-- <para>Fix a bug in the <command>useradd</command> and - <command>usermod</command> programs which prevent them from accepting group - names rather than group ID numbers to the <option>-g</option> option:</para> - -<screen><userinput remap="pre">patch -Np1 -i ../&shadow-useradd-patch;</userinput></screen> - --> - <para>Disable the installation of the <command>groups</command> program and its man pages, as Coreutils provides a better version:</para> -<screen><userinput remap="configure">sed -i 's/groups$(EXEEXT) //' src/Makefile.in +<screen><userinput remap="pre">sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen> + <para>Fix an issue with the installation of Russian man pages:</para> + +<screen><userinput remap="pre">sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in</userinput></screen> + <para id="shadow-login_defs">Instead of using the default <emphasis>crypt</emphasis> method, use the more secure <emphasis>SHA-512</emphasis> method of password encryption, which also @@ -82,11 +79,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr <para>Prepare Shadow for compilation:</para> -<!-- Keeping this in case we revert to an older version -<screen><userinput remap="configure">./configure -libdir=/lib -sysconfdir=/etc -enable-shared \ - -without-selinux</userinput></screen> ---> - <screen><userinput remap="configure">./configure --sysconfdir=/etc</userinput></screen> <para>Compile the package:</para> |