|
@@ -49,16 +49,18 @@
|
|
|
command below.</para>
|
|
|
</note>
|
|
|
|
|
|
+ <para>Apply a patch to fix an issue when running various programs from this
|
|
|
+ package when they are used when the <command>nscd</command> daemon is not
|
|
|
+ running:</para>
|
|
|
+
|
|
|
+<screen><userinput remap="pre">patch -Np1 -i ../&shadow-nscd-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="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
|