aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-12-19 18:29:03 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-12-19 18:29:03 +0000
commitfcbc3481c53bd42cf79ba6841fb378f6b38025c7 (patch)
tree34bf09f9a9d4717e1ff58b6766a87a67a2ed048d /chapter06
parent060e2e14b6678738000f86068394dc25e59b19b7 (diff)
Fixed shadow - thanks David Jensen and Robert Connolly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/shadow.xml2
1 files changed, 1 insertions, 1 deletions
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>