diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-14 20:49:29 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-02-14 20:49:29 +0000 |
commit | ed21235c012efda4f7fae63d89714555235c0e48 (patch) | |
tree | 83d1aa2d402a7a474508a4b063f2ca1c8f7e0510 /chapter06 | |
parent | b63bb9a9e5098c1a07e25d5f3db9f9db5dda1108 (diff) |
Upgrade to Shadow-4.1.5. Fixes #3019.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/shadow.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index de7f5cbe8..8dd1930e7 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -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 |