From de488c795e6e081cf44b75c007cb8d89eae31112 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Wed, 21 May 2003 18:51:49 +0000 Subject: [PATCH] Added grpconv git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 +++++++--- chapter06/config-shadowpwd.xml | 5 +++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 264c66d92..79848ebd2 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -78,15 +78,19 @@ -May 15th, 2003 [winkie]: Chapter 06 - Creating Files: All +May 21st, 2003 [gerard]: Chapter 06 - Shadow: Added the +grpconv command to complement the enabling of all +shadowed passwords. + +May 21st, 2003 [winkie]: Chapter 06 - Creating Files: All those ln commands can be made into a few long ln commands. -May 15th, 2003 [winkie]: Chapter 05 - Installing +May 21st, 2003 [winkie]: Chapter 05 - Installing Glibc: Create an ld.so.conf file before building Glibc, to prevent an (harmless) error. -May 15th, 2003 [winkie]: Chapter 06 - Installing Glibc: +May 21st, 2003 [winkie]: Chapter 06 - Installing Glibc: Don't bother doing the 'exec /stage1/bin/bash' stuff, it doesn't do anything now that we use PLFS. diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml index 6b6aa676b..dad4275f9 100644 --- a/chapter06/config-shadowpwd.xml +++ b/chapter06/config-shadowpwd.xml @@ -15,5 +15,10 @@ shadowed passwords. /usr/sbin/pwconv +And to enable shadowed group passwords, run the following +command: + +/usr/sbin/grpconv +