aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/config-shadowpwd.xml5
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 @@
</itemizedlist>
</para></listitem>
-<listitem><para>May 15th, 2003 [winkie]: Chapter 06 - Creating Files: All
+<listitem><para>May 21st, 2003 [gerard]: Chapter 06 - Shadow: Added the
+<userinput>grpconv</userinput> command to complement the enabling of all
+shadowed passwords.</para></listitem>
+
+<listitem><para>May 21st, 2003 [winkie]: Chapter 06 - Creating Files: All
those <userinput>ln</userinput> commands can be made into a few long ln
commands.</para></listitem>
-<listitem><para>May 15th, 2003 [winkie]: Chapter 05 - Installing
+<listitem><para>May 21st, 2003 [winkie]: Chapter 05 - Installing
Glibc: Create an ld.so.conf file before building Glibc, to prevent an
(harmless) error.</para></listitem>
-<listitem><para>May 15th, 2003 [winkie]: Chapter 06 - Installing Glibc:
+<listitem><para>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.</para></listitem>
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.</para>
<para><screen><userinput>/usr/sbin/pwconv</userinput></screen></para>
+<para>And to enable shadowed group passwords, run the following
+command:</para>
+
+<para><screen><userinput>/usr/sbin/grpconv</userinput></screen></para>
+
</sect2>