aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--general.ent4
3 files changed, 5 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f34b7a056..2b1118809 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -44,6 +44,8 @@ of the LFS Book.</para>
</itemizedlist>
</listitem>
+<listitem><para>December 19th, 2004 [jeremy]: Fixed shadow instructions so the sed doesn't create a blank file, from Robert Conolly and David Jensen</para></listitem>
+
<listitem><para>December 17th, 2004 [jim]: Upgraded to findutils-4.2.10,
man-pages-2.00, sysvinit-2.86, tcl-8.4.9, udev-049 and
util-linux-2.12l.</para></listitem>
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index 3f0b355c5..096d7c6bc 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -57,7 +57,7 @@ to its destination (it's probably better to cut-and-paste this rather than try
and type it all in):</para>
<screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \
- -e 's@/var/spool/mail@/var/mail@' /etc/login.defs \
+ -e 's@/var/spool/mail@/var/mail@' \
&lt; etc/login.defs.linux &gt; /etc/login.defs</userinput></screen>
<para>Move some misplaced symlinks/programs to their proper locations:</para>
diff --git a/general.ent b/general.ent
index 29a2f208c..9f9497f59 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20041217">
-<!ENTITY releasedate "December 17, 2004">
+<!ENTITY version "SVN-20041219">
+<!ENTITY releasedate "December 19, 2004">
<!ENTITY milestone "6.1">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">