Browse Source

Fixed shadow - thanks David Jensen and Robert Connolly

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Utley 20 years ago
parent
commit
fcbc3481c5
3 changed files with 5 additions and 3 deletions
  1. 2 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/shadow.xml
  3. 2 2
      general.ent

+ 2 - 0
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>

+ 1 - 1
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>

+ 2 - 2
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/">