diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-15 00:35:20 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-03-15 00:35:20 +0000 |
commit | 85aeef2e2639e589672383d69b2e553e269cada7 (patch) | |
tree | 66f97c25aa9093a735b2225adf79acf6509d2766 | |
parent | a795f6492d0a215588ec7ce81ea5d116d226c85d (diff) |
upgraded to bison-1.34, gettext-0.11.1, shadow-4.0.3, grep-2.5
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter06/grep-inst.xml | 1 | ||||
-rw-r--r-- | chapter06/shadowpwd-exp.xml | 8 | ||||
-rw-r--r-- | chapter06/shadowpwd-inst.xml | 10 | ||||
-rw-r--r-- | index.xml | 26 |
5 files changed, 29 insertions, 26 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ec8074e2d..492a17099 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -13,11 +13,12 @@ <listitem><para>automake-1.6</para></listitem> <listitem><para>bin86-0.16.2</para></listitem> <listitem><para>binutils-2.12</para></listitem> -<listitem><para>bison-1.33</para></listitem> +<listitem><para>bison-1.34</para></listitem> <listitem><para>bzip2-1.0.2</para></listitem> <listitem><para>e2fsprogs-1.27</para></listitem> <listitem><para>gawk-3.1.0</para></listitem> -<listitem><para>gettext-0.11</para></listitem> +<listitem><para>gettext-0.11.1</para></listitem> +<listitem><para>grep-2.5</para></listitem> <listitem><para>less-374</para></listitem> <listitem><para>lfs-bootscripts-1.8</para></listitem> <listitem><para>lilo-22.2</para></listitem> @@ -25,7 +26,7 @@ <listitem><para>man-pages-1.48</para></listitem> <listitem><para>modutils-2.4.14</para></listitem> <listitem><para>reiserfsprogs-3.x.1b</para></listitem> -<listitem><para>shadow-4.0.2</para></listitem> +<listitem><para>shadow-4.0.3</para></listitem> <listitem><para>texinfo-4.1</para></listitem> <listitem><para>util-linux-2.11o</para></listitem> </itemizedlist> @@ -33,7 +34,8 @@ </para></listitem> <listitem><para>March 14th, 2002 [gerard]: Upgraded to -lfs-bootscripts-1.8</para></listitem> +bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8, +shadow-4.0.3</para></listitem> <listitem><para>March 11th, 2002 [gerard]: Upgraded to binutils-2.12</para></listitem> diff --git a/chapter06/grep-inst.xml b/chapter06/grep-inst.xml index 17885b7f5..69a616a33 100644 --- a/chapter06/grep-inst.xml +++ b/chapter06/grep-inst.xml @@ -5,6 +5,7 @@ <para><screen><userinput>./configure --prefix=/usr --bindir=/bin && make && +rm /bin/egrep /bin/fgrep && make install</userinput></screen></para> </sect2> diff --git a/chapter06/shadowpwd-exp.xml b/chapter06/shadowpwd-exp.xml index 3defeb609..2ab8ca54d 100644 --- a/chapter06/shadowpwd-exp.xml +++ b/chapter06/shadowpwd-exp.xml @@ -1,11 +1,6 @@ <sect2> <title>Command explanations</title> -<para><userinput>sed 's/\(.*\) (nflg || \(.*\))\(.*\)/\1\2\3/' -src/useradd.c.backup > src/useradd.c &&</userinput>: -This sed is used to fix a compilation bug which occurs due to a -variable (nflg) being used but not defined.</para> - <para><userinput>cp limits login.access /etc:</userinput> These files were not installed during the installation of the package so we copy them manually as those files are used to configure authentication @@ -15,8 +10,7 @@ details on the system.</para> /etc/login.defs</userinput>: /var/spool/mail is the old location of the user mailboxes. The location that is used nowadays is /var/mail.</para> -<para><userinput>ln -sf vipw vigr</userinput> and -<userinput>ln -sf vipw.8 vigr.8</userinput>: According to the manpage of +<para><userinput>ln -sf vipw vigr</userinput>: According to the manpage of vipw, vigr should be a symlink to it. Because the shadow installation procedure doesn't create these symlinks, we create them manually.</para> diff --git a/chapter06/shadowpwd-inst.xml b/chapter06/shadowpwd-inst.xml index 7af472138..7873f6974 100644 --- a/chapter06/shadowpwd-inst.xml +++ b/chapter06/shadowpwd-inst.xml @@ -9,14 +9,20 @@ passwords and how to get the most out of this Shadow package.</para> <para>Install the Shadow Password Suite by running the following commands:</para> -<para><screen><userinput>./configure --prefix=/usr && +<para><screen><userinput>./configure --prefix=/usr --enable-shared && make && make install && cd etc && cp limits login.access /etc && sed 's%/var/spool/mail%/var/mail%' login.defs.linux > /etc/login.defs && cd /usr/sbin && -ln -sf vipw vigr</userinput></screen></para> +ln -sf vipw vigr && +rm /bin/vipw && +mv /bin/sg /usr/bin && +cd /lib && +mv libshadow.*a /usr/lib && +cd /usr/lib && +ln -s ../../lib/libshadow.so</userinput></screen></para> </sect2> @@ -574,9 +574,9 @@ <!ENTITY ab-howtoguides SYSTEM "appendixb/howtoguides.xml"> <!ENTITY ab-other SYSTEM "appendixb/other.xml"> -<!ENTITY all-version "cvs-20020314-1214"> -<!ENTITY all-size-kb "86,160 KB"> -<!ENTITY all-size-mb "84.14 MB"> +<!ENTITY all-version "cvs-20020314-1628"> +<!ENTITY all-size-kb "86,750 KB"> +<!ENTITY all-size-mb "84.72 MB"> <!ENTITY bash-version "2.05a"> <!ENTITY bash-depversion "2.05a"> @@ -657,10 +657,10 @@ <!ENTITY kernel-package "linux-&kernel-version;.tar.bz2"> <!ENTITY kernel-dir "linux"> -<!ENTITY grep-version "2.4.2"> +<!ENTITY grep-version "2.5"> <!ENTITY grep-depversion "2.4.2"> <!ENTITY grep-contversion "2.4.2"> -<!ENTITY grep-size "382 KB"> +<!ENTITY grep-size "545 KB"> <!ENTITY grep-compsize-static "4 MB"> <!ENTITY grep-time-static "1 minute"> <!ENTITY grep-compsize "3 MB"> @@ -771,10 +771,10 @@ <!ENTITY patch-package "patch-&patch-version;.tar.bz2"> <!ENTITY patch-dir "patch-&patch-version;"> -<!ENTITY gettext-version "0.11"> +<!ENTITY gettext-version "0.11.1"> <!ENTITY gettext-depversion "0.10.40"> <!ENTITY gettext-contversion "0.10.40"> -<!ENTITY gettext-size "1,688 KB"> +<!ENTITY gettext-size "2,039 KB"> <!ENTITY gettext-compsize "11MB"> <!ENTITY gettext-time "1 minute"> <!ENTITY gettext-package "gettext-&gettext-version;.tar.bz2"> @@ -843,13 +843,13 @@ <!ENTITY vim-size "2,711 KB"> <!ENTITY vim-compsize "15 MB"> <!ENTITY vim-time "2 minutes"> -<!ENTITY vim-package "vim-&vim-version;-rt.tar.bz2, vim-&vim-version;-src.tar.bz2"> -<!ENTITY vim-dir "vim-&vim-version;"> +<!ENTITY vim-package "vim-&vim-version;.tar.bz2"> +<!ENTITY vim-dir "vim&vim-version;"> -<!ENTITY bison-version "1.33"> +<!ENTITY bison-version "1.34"> <!ENTITY bison-depversion "1.31"> <!ENTITY bison-contversion "1.31"> -<!ENTITY bison-size "510 KB"> +<!ENTITY bison-size "585 KB"> <!ENTITY bison-compsize "3 MB"> <!ENTITY bison-time "1 minute"> <!ENTITY bison-package "bison-&bison-version;.tar.bz2"> @@ -1028,10 +1028,10 @@ <!ENTITY psmisc-package "psmisc-&psmisc-version;.tar.bz2"> <!ENTITY psmisc-dir "psmisc-&psmisc-version;"> -<!ENTITY shadow-version "4.0.2"> +<!ENTITY shadow-version "4.0.3"> <!ENTITY shadow-depversion "20001016"> <!ENTITY shadow-contversion "20001016"> -<!ENTITY shadow-size "690 KB"> +<!ENTITY shadow-size "760 KB"> <!ENTITY shadow-compsize "6 MB"> <!ENTITY shadow-time "3 minutes"> <!ENTITY shadow-package "shadow-&shadow-version;.tar.bz2"> |