From fcbc3481c53bd42cf79ba6841fb378f6b38025c7 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sun, 19 Dec 2004 18:29:03 +0000 Subject: Fixed shadow - thanks David Jensen and Robert Connolly git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/shadow.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter06/shadow.xml') 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: -- cgit v1.2.3-54-g00ecf