From fcbc3481c53bd42cf79ba6841fb378f6b38025c7 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sun, 19 Dec 2004 18:29:03 +0000 Subject: [PATCH] Fixed shadow - thanks David Jensen and Robert Connolly git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 2 ++ chapter06/shadow.xml | 2 +- general.ent | 4 ++-- 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. +December 19th, 2004 [jeremy]: Fixed shadow instructions so the sed doesn't create a blank file, from Robert Conolly and David Jensen + 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. 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): 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@' \ < etc/login.defs.linux > /etc/login.defs Move some misplaced symlinks/programs to their proper locations: diff --git a/general.ent b/general.ent index 29a2f208c..9f9497f59 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +