aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-05-30 20:03:54 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-05-30 20:03:54 +0000
commitef9aabcec74a20d1806eb67d5a162dc37e97e022 (patch)
tree149c1b26858dc9059d8e84ff3e627cfcff2af56b
parent8f4b4bf01f50e589d40e210b0f1faee7be975bc0 (diff)
Remove an outdated comment about having to reset passwords if enabling password shadowing.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7638 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/shadow.xml6
2 files changed, 5 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 6a4237d7b..181ee275d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,6 +40,11 @@
<para>May 30, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Removed an out of date comment regarding having to
+ run <command>pwconv</command> to reset passwords after enabling
+ password shadowing. Thanks to Chris Staub for the report.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Removed <command>getunimap</command>,
<command>setlogons</command> and <command>setvesablank</command> from
the list of programs installed by kbd. Thanks to Chris Staub for the
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 33d46289f..6d57ec694 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -180,12 +180,6 @@ ln -sfv ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
<screen><userinput>grpconv</userinput></screen>
- <para>Under normal circumstances, passwords will not have been created
- yet. However, if returning to this section later to enable shadowing,
- reset any current user passwords with the <command>passwd</command>
- command or any group passwords with the <command>gpasswd</command>
- command.</para>
-
</sect2>
<sect2 role="configuration">