mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Fixed shadow - thanks David Jensen and Robert Connolly
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4419 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
060e2e14b6
commit
fcbc3481c5
@ -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>
|
||||
|
@ -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@' \
|
||||
< etc/login.defs.linux > /etc/login.defs</userinput></screen>
|
||||
|
||||
<para>Move some misplaced symlinks/programs to their proper locations:</para>
|
||||
|
@ -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/">
|
||||
|
Loading…
Reference in New Issue
Block a user