diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-27 21:58:34 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-01-27 21:58:34 +0000 |
commit | 8dd97c9246df21157584e55121e1bf45fd6e76f7 (patch) | |
tree | 7cddee9f789826481465e79794f60b897024555e | |
parent | 4b445c90cb0e9fa680e9b5b05534623def112df1 (diff) |
* Upgrade to shadow-4.0.7
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter03/packages.xml | 2 | ||||
-rw-r--r-- | chapter06/shadow.xml | 2 | ||||
-rw-r--r-- | general.ent | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 64544b36a..d7222bfd7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,6 +23,7 @@ of the LFS Book.</para> <listitem><para>glibc-20041220</para></listitem> <listitem><para>lfs-bootscripts-3.1.0</para></listitem> <listitem><para>linux-libc-headers-2.6.10.0</para></listitem> +<listitem><para>shadow-4.0.7</para></listitem> <listitem><para>util-linux-2.12q</para></listitem> </itemizedlist> </listitem> @@ -40,6 +41,9 @@ of the LFS Book.</para> </itemizedlist> </listitem> +<listitem><para>January 27th, 2005 [matt]: Upgraded to shadow-4.0.7</para> +</listitem> + <listitem><para>January 27th, 2005 [matt]: Upgraded to util-linux-2.12q</para> </listitem> diff --git a/chapter03/packages.xml b/chapter03/packages.xml index d45ef64c2..a93b51edb 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -335,7 +335,7 @@ </varlistentry> <varlistentry> -<term>Shadow (&shadow-version;) - 795 KB:</term> +<term>Shadow (&shadow-version;) - 996 KB:</term> <listitem> <para><ulink url="ftp://ftp.pld.org.pl/software/shadow/"/></para> </listitem> diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml index 361b90e94..238de4345 100644 --- a/chapter06/shadow.xml +++ b/chapter06/shadow.xml @@ -47,7 +47,7 @@ sed -i '/groups/d' man/Makefile</userinput></screen> <screen><userinput>sed -e's@#MD5_CRYPT_ENAB.no@MD5_CRYPT_ENAB yes@' \ -e 's@/var/spool/mail@/var/mail@' \ - < etc/login.defs.linux > /etc/login.defs</userinput></screen> + etc/login.defs.linux > /etc/login.defs</userinput></screen> <para>Move a program:</para> diff --git a/general.ent b/general.ent index 66153f79b..252ff5d80 100644 --- a/general.ent +++ b/general.ent @@ -61,7 +61,7 @@ <!ENTITY psmisc-version "21.5"> <!ENTITY readline-version "5.0"> <!ENTITY sed-version "4.1.2"> -<!ENTITY shadow-version "4.0.6"> +<!ENTITY shadow-version "4.0.7"> <!ENTITY syslog-ng-version "1.6.5"> <!ENTITY sysvinit-version "2.86"> <!ENTITY tar-version "1.15.1"> |