From ed21235c012efda4f7fae63d89714555235c0e48 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 14 Feb 2012 20:49:29 +0000 Subject: Upgrade to Shadow-4.1.5. Fixes #3019. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'chapter06') 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. + Apply a patch to fix an issue when running various programs from this + package when they are used when the nscd daemon is not + running: + +patch -Np1 -i ../&shadow-nscd-patch; + Disable the installation of the groups program and its man pages, as Coreutils provides a better version: sed -i 's/groups$(EXEEXT) //' src/Makefile.in find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \; - Fix an issue with the installation of Russian man pages: - -sed -i 's/man_MANS = $(man_nopam) /man_MANS = /' man/ru/Makefile.in - Instead of using the default crypt method, use the more secure SHA-512 method of password encryption, which also -- cgit v1.2.3-54-g00ecf