From c7b8b889e64777645cca4d1ae9f9ddeebc391cf6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 15 Jun 2014 16:33:47 +0000 Subject: Update to man-pages-3.69. Update to kmod-18. Update to tzdata-2014e. Update to file-5.19. Update to change group name length to 32 characters in shadow. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10577 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 27 +++++++++++++++++++++++++++ chapter06/shadow.xml | 15 ++++++++++++++- general.ent | 4 ++-- packages.ent | 22 +++++++++++----------- 4 files changed, 54 insertions(+), 14 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0fe3a95c8..728e9c47e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,33 @@ --> + + 2014-06-14 + + + [bdubbs] - Update to man-pages-3.69. Fixes + #3613. + + + [bdubbs] - Update to kmod-18. Fixes + #3612. + + + [bdubbs] - Update to tzdata-2014e. Fixes + #3611. + + + [bdubbs] - Update to file-5.19. Fixes + #3610. + + + [bdubbs] - Update to change group name length to 32 characters + in shadow. Fixes + #3611. + + + + 2014-06-11 diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 8742bda28..19086094a 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -79,7 +79,20 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;Prepare Shadow for compilation: -./configure --sysconfdir=/etc +./configure --sysconfdir=/etc --with-group-name-max-length=32 + + + The meaning of the configure option: + + + --with-group-name-max-length=32 + + The maximum user name is 32 characters. Make the maximum + group name the same. + + + + Compile the package: diff --git a/general.ent b/general.ent index 33545bdd9..42e883bc3 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - + - + diff --git a/packages.ent b/packages.ent index c985f27b8..1a9904912 100644 --- a/packages.ent +++ b/packages.ent @@ -175,10 +175,10 @@ - - + + - + @@ -354,10 +354,10 @@ - - + + - + @@ -453,10 +453,10 @@ - - + + - + @@ -614,10 +614,10 @@ - + - + -- cgit v1.2.3-54-g00ecf