source: chapter01/changelog.xml@ ef4653b

10.0 10.0-rc1 10.1 10.1-rc1 11.0 11.0-rc1 11.0-rc2 11.0-rc3 11.1 11.1-rc1 11.2 11.2-rc1 11.3 11.3-rc1 12.0 12.0-rc1 12.1 12.1-rc1 6.0 6.1 6.1.1 6.3 6.4 6.5 6.6 6.7 6.8 7.0 7.1 7.2 7.3 7.4 7.5 7.5-systemd 7.6 7.6-systemd 7.7 7.7-systemd 7.8 7.8-systemd 7.9 7.9-systemd 8.0 8.1 8.2 8.3 8.4 9.0 9.1 arm bdubbs/gcc13 ml-11.0 multilib renodr/libudev-from-systemd s6-init trunk v4_0 v4_1 v5_0 v5_1 v5_1_1 xry111/arm64 xry111/arm64-12.0 xry111/clfs-ng xry111/lfs-next xry111/loongarch xry111/loongarch-12.0 xry111/loongarch-12.1 xry111/mips64el xry111/pip3 xry111/rust-wip-20221008 xry111/update-glibc
Last change on this file since ef4653b was 4735209, checked in by Mark Hymers <markh@…>, 22 years ago

move makedev to before glibc and remove manual /dev/null creation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 41.5 KB
Line 
1<sect1 id="ch01-changelog">
2<title>Changelog</title>
3<?dbhtml filename="changelog.html" dir="chapter01"?>
4
5<para>&version; - &releasedate;</para>
6
7<itemizedlist>
8
9<listitem><para>Updated to:
10<itemizedlist>
11<listitem><para>automake-1.6.2</para></listitem>
12<listitem><para>bin86-0.16.3</para></listitem>
13<listitem><para>binutils-2.13</para></listitem>
14<listitem><para>bison-1.35</para></listitem>
15<listitem><para>diffutils-2.8.1</para></listitem>
16<listitem><para>file-3.39</para></listitem>
17<listitem><para>gawk-3.1.1</para></listitem>
18<listitem><para>gcc-3.1</para></listitem>
19<listitem><para>gettext-0.11.5</para></listitem>
20<listitem><para>linux-2.4.19</para></listitem>
21<listitem><para>MAKEDEV-1.5</para></listitem>
22<listitem><para>man-1.5k</para></listitem>
23<listitem><para>man-pages-1.52</para></listitem>
24<listitem><para>modutils-2.4.19</para></listitem>
25<listitem><para>ncurses-5.2-2.patch</para></listitem>
26<listitem><para>psmisc-21</para></listitem>
27<listitem><para>texinfo-4.2</para></listitem>
28<listitem><para>textutils-2.1</para></listitem>
29<listitem><para>util-linux-2.11t</para></listitem>
30</itemizedlist>
31</para></listitem>
32
33<listitem><para>Added:
34<itemizedlist>
35<listitem><para>ed-0.2.patch</para></listitem>
36<listitem><para>fileutils-4.1.patch</para></listitem>
37<listitem><para>gawk-3.1.1.patch</para></listitem>
38<listitem><para>glibc-2.2.5.patch</para></listitem>
39<listitem><para>ncurses-5.2.patch</para></listitem>
40<listitem><para>perl-5.6.1.patch</para></listitem>
41<listitem><para>vim-6.1.patch</para></listitem>
42<listitem><para>zlib-1.1.4</para></listitem>
43</itemizedlist>
44</para></listitem>
45
46<listitem><para>Removed:
47<itemizedlist>
48<listitem><para>gzip-1.2.4a.patch</para></listitem>
49<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
50<listitem><para>sh-utils-2.0.patch</para></listitem>
51</itemizedlist>
52</para></listitem>
53
54<listitem><para>August 15th, 2002 [markh]: Chapter 06 - Move the MAKEDEV
55installation to before glibc and remove the temporary creation of
56<filename>/dev/null</filename> as we don't need it
57anymore.</para></listitem>
58
59<listitem><para>August 15th, 2002 [timothy]: Chapter 04 - Preparing a new
60partition: mentioned that a swap partition can be shared between the LFS
61and host systems, grammatic changes.</para></listitem>
62
63<listitem><para>August 13th, 2002 [gerard]: Chapter 06: Removed the
64<emphasis>--with-curses</emphasis> switch from the Bash installation as
65it's unnecessary here.</para></listitem>
66
67<listitem><para>August 9th, 2002 [timothy]: Updated to modutils-2.4.19,
68linux-2.4.19, gettext-0.11.5, binutils-2.13, textutils-2.1.</para></listitem>
69
70<listitem><para>August 9th, 2002 [timothy]: Chapter 06 - Vim: changed
71alternative editors link from hints to BLFS.</para></listitem>
72
73<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Ncurses: removed
74the <emphasis>--disable-termcap</emphasis> configure option. Termcap is
75disabled by default now, so no need for this option (left over from a long
76time ago when it was needed).</para></listitem>
77
78<listitem><para>August 8th, 2002 [gerard]: Chapter 06 - Linux: Added the
79command <userinput>cp include/asm-generic /usr/include</userinput>. There
80are programs which use the files in there, as well as headers in the
81<filename class="directory">asm</filename> directory may be split up in the
82future, and put in the
83<filename class="directory">asm-generic</filename>.</para></listitem>
84
85<listitem><para>August 8th, 2002 [gerard]: Appendix A - Gettext: added the
86missing program description of msgcat.</para></listitem>
87
88<listitem><para>August 4th, 2002 [timothy]: Added zlib-1.1.4.</para></listitem>
89
90<listitem><para>August 3rd, 2002 [timothy]: Updated to man-pages-1.52,
91man-1.5k, gettext-0.11.4, modutils-2.4.18.</para></listitem>
92
93<listitem><para>July 29th, 2002 [timothy]: Removed Reiserfsprogs.
94Updated to util-linux-2.11t and file-3.39.</para></listitem>
95
96<listitem><para>July 29th, 2002 [timothy]: Chapter 04 &amp; 05 - Creating
97a new partition, Introduction, Why static: grammatic changes. Diffutils,
98Fileutils, Grep, Texinfo: set LDFLAGS=-static before configure instead
99of as an argument to make. GCC: appended HAVE_GAS_HIDDEN to
100auto-host.h.</para></listitem>
101
102<listitem><para>July 29th, 2002 [timothy]: Chapter 06 - Glibc: added
103--disable-profile flag.</para></listitem>
104
105<listitem><para>July 29th, 2002 [timothy]: Chapter 08 - Linux:
106added information about modules and kernel documentation.</para></listitem>
107
108<listitem><para>July 29th, 2002 [timothy]: Chapter 09 - Rebooting the
109system: added a command to remove the static directory.</para></listitem>
110
111<listitem><para>July 8th, 2002 [timothy]: Chapter 09 - Rebooting the
112system: Pointed to BLFS as the next step.</para></listitem>
113
114<listitem><para>July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
115the sed command and updated the installation description because init now
116prints "Sending processes" instead of "Sending all processes".</para></listitem>
117
118<listitem><para>July 2nd, 2002 [markh]: Internal change - Made all
119patches use a &amp;package-patch-version; entity and removed all
120hardcoding of patch versions.</para></listitem>
121
122<listitem><para>June 30th, 2002 [timothy]: Updated to man-pages-1.51 and
123automake-1.6.2</para></listitem>
124
125<listitem><para>June 24th, 2002 [timothy]: Chapter 06 - Shadow, Util-linux,
126LFS-Bootscripts: Updated package contents.</para></listitem>
127
128<listitem><para>June 23rd, 2002 [timothy]: Chapter 05 &amp; 06 - Net-tools,
129Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
130Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
131Psmisc, Reiserfsprogs: Updated package contents.</para></listitem>
132
133<listitem><para>June 23rd, 2002 [timothy] Chapter 05 &amp; 06 - M4,
134Bzip2, File, E2fsprogs: Added "last checked against" for uniformity.
135GCC: Removed i686-specific programs.</para></listitem>
136
137<listitem><para>June 16th, 2002 [timothy]: Chapter 06 - Gettext:
138Updated package contents.</para></listitem>
139
140<listitem><para>June 14th, 2002 [timothy]: Chapter 05 &amp; 06 - Binutils,
141Bzip2, Diffutils, Grep: Updated package contents. GCC: Updated description
142of c++filt.</para></listitem>
143
144<listitem><para>June 13th, 2002 [timothy]: Chapter 09 - The End:
145Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
146number inside this file.</para></listitem>
147
148<listitem><para>June 12th, 2002 [timothy]: Chapter 05 - GCC:
149Modified the build instructions and command explanations to
150only build the C compiler. The C++ compiler is not needed
151until after the second GCC build.</para></listitem>
152
153<listitem><para>June 12th, 2002 [timothy]: Chapter 06 - Shadow: grammatic
154changes.</para></listitem>
155
156<listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk:
157Created a list of package contents and descriptions. Fileutils:
158Removed a confusing paragraph about the fileutils patch. GCC:
159Updated the package contents.</para></listitem>
160
161<listitem><para>June 11th, 2002 [timothy] All software: Updated the
162estimated required disk space.</para></listitem>
163
164<listitem><para>June 9th, 2002 [markh]: Chapter 06 - Creating
165Directories: Changed usr,usr/local to just usr/local as we use the -p
166option to mkdir which will create the usr directory
167anyways.</para></listitem>
168
169<listitem><para>June 7th, 2002 [timothy] Chapter 06 - Reiserfsprogs:
170added a description for unpack.</para></listitem>
171
172<listitem><para>June 7th, 2002 [timothy] Chapter 02 - How to ask for
173help: mentioned the FAQ.</para></listitem>
174
175<listitem><para>June 6th, 2002 [markh] - Chapter 05 - Tidy up
176explanations following the /static change.</para></listitem>
177
178<listitem><para>June 5th, 2002 [timothy]: Preface - Who would not want to
179read this book: applied a revised version of Scot's grammar
180patch.</para></listitem>
181
182<listitem><para>June 5th, 2002 [timothy]: Chapter 09 - Rebooting the system, Lilo, Bootscripts: named the hint authors.
183Chapter 06 - Vim: updated the hint URL. Chapter 05 - Gawk: to avoid confusion,
184mentioned that the patch will be applied in Chapter 06.</para></listitem>
185
186<listitem><para>June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
187to include reporting typos.</para></listitem>
188
189<listitem><para>May 31st, 2002 [gerard] Chapter 05 - Findutils: Added the
190CPPFLAGS...re_max_failures fix which is needed on Glibc-2.1
191systems.</para></listitem>
192
193<listitem><para>May 30th, 2002 [markh]: Chapter 05 & 06 - Update to
194binutils-2.12.1.</para></listitem>
195
196<listitem><para>May 30th, 2002 [markh]: Chapter 05 - Bash: Removed
197section about "last two commands executing anyways" because we no longer
198have the commands referred to there.</para></listitem>
199
200<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Glibc: Replaced the
201various sed fixes with a regular patch.</para></listitem>
202
203<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Gawk: Replaced the
204sed fix with a regular patch.</para></listitem>
205
206<listitem><para>May 30th, 2002 [gerard]: Chapter 05 - Fileutils: Replaced
207the sed fix with a regular patch.</para></listitem>
208
209<listitem><para>May 30th, 2002 [gerard]: Chapter 06 - Ed: Replaced the
210sed fix with a regular patch.</para></listitem>
211
212<listitem><para>May 28th, 2002 [gerard]: Chapter 06 - Changing ownership:
213removed the explicit command to chown <filename
214class="directory">/lost+found</filename>. This is done by the first command
215now that proc isn't mounted anymore in chapter 5.</para></listitem>
216
217<listitem><para>May 27th, 2002 [gerard]: Upgraded to
218ncurses-5.2-2.patch (this patch is smaller than the previously used
219one).</para></listitem>
220
221<listitem><para>May 26th, 2002 [gerard]: Upgraded to: automake-1.6.1,
222bin86-0.16.3, file-3.38, gawk-3.1.1, gcc-3.1, gettext-0.11.2,
223modutils-2.4.16, psmisc-21 and util-linux-2.11r. Added gcc-3.1 compile fix
224patches for ncurses, perl and vim.</para></listitem>
225
226<listitem><para>May 26th, 2002 [gerard]: Chapter 05+06 - Binutils: Removed
227the tooldir setting from chapter 05-binutils, moved its description to
228chapter 06-binutils.</para></listitem>
229
230<listitem><para>May 26th, 2002 [gerard]: Chapter 05 - Gawk &amp; Findutils:
231simplified the installation by removing the libexecdir modifications. We
232can live with a
233<filename class="directory">$LFS/static/libexecdir</filename> being created.
234The whole <filename class="directory">$LFS/static</filename> directory is
235temporarily anyways, so we're not all that concerned with what it looks
236like.</para></listitem>
237
238<listitem><para>May 26th, 2002 [gerard]: Chapter 06 - Creating Directories:
239removed the <userinput>cd /</userinput> command and changed the two
240<userinput>chmod</userinput> commands to use absolute paths
241instead.</para></listitem>
242
243<listitem><para>May 25th, 2002 [markh]: Chapter 06 - Some minor
244corrections dealing with removing the $LFS variable where it isn't
245wanted.</para></listitem>
246
247<listitem><para>May 23rd, 2002 [gerard]: Implemented the
248keep_chap5_and_chap6_sep lfs-hint. Highlights of the change: added
249findutils and util-linux to chapter 5, installed everything from chapter 5
250into <filename class="directory">$LFS/static</filename> and re-ordered the
251installation of packages in chapter 6 to prevent hard-wiring the wrong path
252(files from <filename class="directory">$LFS/static</filename>).</para></listitem>
253
254<listitem><para>May 23rd, 2002 [gerard]: Appendix A - E2fsprogs: Added some
255more descriptions.</para></listitem>
256
257<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Bin86: Added some
258descriptions.</para></listitem>
259
260<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Flex: Added some
261descriptions.</para></listitem>
262
263<listitem><para>May 23rd, 2002 [gerard]: Appendix A - Glibc: Added some
264more descriptions.</para></listitem>
265
266<listitem><para>May 18th, 2002 [gerard]: Appendix A - E2fsprogs: Added some
267descriptions.</para></listitem>
268
269<listitem><para>May 18th, 2002 [gerard]: Appendix A - Glibc: Added some
270more descriptions.</para></listitem>
271
272<listitem><para>May 17th, 2002 [markh]: Changed all chown X.X's to chown
273X:X's which is less likely to run into problems (according to info
274chown).</para></listitem>
275
276<listitem><para>May 16th, 2002 [gerard]: Chapter 01 - Mirror sites: Added
277http interface to FTP mirror at idge.net</para></listitem>
278
279<listitem><para>May 16th, 2002 [gerard]: Appendix A - Glibc: Added some
280more descriptions.</para></listitem>
281
282<listitem><para>May 15th, 2002 [markh]: Chapter 05 - Bzip2. Changed the
283instructions to deal with hard links in older distros a'la the Chapter
28405 gzip instructions.</para></listitem>
285
286<listitem><para>May 11th, 2002 [markh]: Various XML
287fixups; mainly altering &lt;ulink&gt; tags to remove erroneous &amp;#13;
288in the HTML output.</para></listitem>
289
290<listitem><para>May 9th, 2002 [gerard]: Appendix A - Glibc: Filled in the
291missing descriptions.</para></listitem>
292
293<listitem><para>May 6th, 2002 [gerard]: Chapter 06 - Shadow: Fixed the
294symlink location of <filename class="symlink">vigr</filename> to
295<filename class="directory">/usr/sbin</filename></para></listitem>
296
297<listitem><para>May 2nd, 2002 [gerard]: Chapter 06 - Procps: Changed the
298two single quotes to two double quotes (the two single quotes can be
299mistaken for one double quote which will cause an error).</para></listitem>
300
301<listitem><para>May 2nd, 2002 [gerard]: Changed the
302<userinput>cd dir && ln -sf</userinput> commands to one single command
303(such as <userinput>ln -sf bash $LFS/bin/sh</userinput> Same goes for
304<userinput>cd dir && mv/cp</userinput> constructions which are now replaced
305with constructions like
306<userinput>mv $LFS/usr/bin/{bzcat,bzip2} $LFS/bin</userinput></para></listitem>
307
308<listitem><para>May 2nd, 2002 [markh]: Removed the "Removing old NSS
309library files" section.</para></listitem>
310
311<listitem><para>May 1st, 2002 [gerard]: Removed all Glibc-2.0 workarounds -
312gzip patch, sh-utils patch, copying of libnss files. Also removed the
313<userinput>export VAR=VALUE...unset VAR</userinput> constructions and
314changed them to <userinput>VAR=VALUE ./configure</userinput>
315constructions.</para></listitem>
316
317<listitem><para>April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added
318libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in
319updatedb.</para></listitem>
320
321<listitem><para>April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note
322that if you want to manually install some locales, instead of all of them,
323then you first need to create the
324<filename class="directory">/usr/lib/locale</filename> directory.</para></listitem>
325
326<listitem><para>April 21st,2002 [gerard & markh]: Upgraded to
327MAKEDEV-1.5</para></listitem>
328
329<listitem><para>April 12th, 2002 [markh]: Added entities/ directory to
330cvs and split up index.xml.</para></listitem>
331
332<listitem><para>April 10th, 2002 [marcheerdink]: Updated to the following
333packages: bison-1.35, diffutils-2.8.1, texinfo-4.2, util-linux-2.11q
334</para></listitem>
335
336<listitem><para>April 9th, 2002 [marcheerdink]: Added --disable-perl-regexp
337to the grep configure flags to avoid linking against a non-existing static
338pcre library.</para></listitem>
339
340<listitem><para>April 8th, 2002 [gerard]: Added the
341http://ftp.de.linuxfromscratch.org mirror (to complement
342ftp://ftp.de).</para></listitem>
343
344</itemizedlist>
345
346<para>3.3 - April 7th, 2002</para>
347
348<itemizedlist>
349
350<listitem><para>Updated to:
351
352<itemizedlist>
353<listitem><para>autoconf-2.53</para></listitem>
354<listitem><para>automake-1.6</para></listitem>
355<listitem><para>bin86-0.16.2</para></listitem>
356<listitem><para>binutils-2.12</para></listitem>
357<listitem><para>bison-1.34</para></listitem>
358<listitem><para>bzip2-1.0.2</para></listitem>
359<listitem><para>diffutils-2.8</para></listitem>
360<listitem><para>e2fsprogs-1.27</para></listitem>
361<listitem><para>gawk-3.1.0</para></listitem>
362<listitem><para>gettext-0.11.1</para></listitem>
363<listitem><para>grep-2.5</para></listitem>
364<listitem><para>less-374</para></listitem>
365<listitem><para>lfs-bootscripts-1.9</para></listitem>
366<listitem><para>lilo-22.2</para></listitem>
367<listitem><para>linux-2.4.18</para></listitem>
368<listitem><para>man-pages-1.48</para></listitem>
369<listitem><para>modutils-2.4.15</para></listitem>
370<listitem><para>reiserfsprogs-3.x.1b</para></listitem>
371<listitem><para>shadow-4.0.3</para></listitem>
372<listitem><para>texinfo-4.1</para></listitem>
373<listitem><para>util-linux-2.11o</para></listitem>
374<listitem><para>vim-6.1</para></listitem>
375</itemizedlist>
376
377</para></listitem>
378
379<listitem><para>April 7th, 2002 [gerard]: Added a new mirror site located
380in Freising, Germany</para></listitem>
381
382<listitem><para>April 5th, 2002 [gerard]: Chapter 07 - Loadkeys: Added this
383page explaining that you can remove the loadkeys symlink from <filename
384class="directory">/etc/rc.d/rcsysinit.d</filename> if you compiled a keymap
385directly into the kernel.</para></listitem>
386
387<listitem><para>April 5th, 2002 [gerard]: Chapter 06 - Configuring
388Keyboard: explained you can also compile the keymap directly into the
389kernel which has additional benefits.</para></listitem>
390
391<listitem><para>April 5th, 2002 [gerard]: Upgraded to
392lfs-bootscripts-1.9</para></listitem>
393
394<listitem><para>April 5th, 2002 [gerard]: Chapter 05+06 - GCC: Added
395commands to remove the <filename class="directory">/usr/*-gnu</filename>
396directory.</para></listitem>
397
398<listitem><para>April 4th, 2002 [gerard]: Chapter 05 - Diffutils: Added
399--disable-nls</para></listitem>
400
401<listitem><para>April 3rd, 2002 [gerard]: Appendix A - Gettext: Added the
402missing package descriptions.</para></listitem>
403
404<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Mounting $LFS/proc:
405Added <userinput>chown root.root $LFS/proc</userinput>. The recursive chown
406operation in chapter 6 doesn't touch proc, so this'll remain owned by user
407<emphasis>lfs</emphasis>. It's not a big deal, just not a very clean thing
408to do.</para></listitem>
409
410<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Groff: Added a few
411symlinks that are used by programs like <userinput>xman</userinput> and
412others.</para></listitem>
413
414<listitem><para>April 3rd, 2002 [gerard]: Chapter 04 - Mounting partitions:
415Added some notes how to deal with multiple partitions ($LFS, $LFS/usr and
416so on).</para></listitem>
417
418<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - E2fsprogs: Added
419<userinput>install-info</userinput> command to finish off the info page
420installation.</para></listitem>
421
422<listitem><para>April 3rd, 2002 [gerard]: Chapter 06 - Bzip2: Reversed the
423<userinput>make</userinput> and <userinput>make -f
424Makefile-libbz2_so</userinput>. This is needed so all object files are
425compiled with the PIC option (Position Independent Code).</para></listitem>
426
427<listitem><para>April 3rd, 2002 [gerard]: Chapter 05 - Linux: Shortened the
428installation instructions by cutting out the <userinput>make
429config</userinput> and <userinput>make dep</userinput>
430stages.</para></listitem>
431
432<listitem><para>April 1st, 2002 [gerard]: This is not a joke: Chapter 5+6 -
433Gawk: Added a warning to never run <userinput>make uninstall</userinput> on
434the package. It will be pretty much equivalent to <userinput>rm -rf
435/usr/bin/*</userinput> because we override the <filename
436class="directory">libexec</filename> directory definition to <filename
437class="directory">/usr/bin</filename></para></listitem>
438
439<listitem><para>March 29th, 2002 [markh]: Chapter 05 and 06 - Updated to
440diffutils-2.8, modutils-2.4.15 and vim-6.1. Removed PR_PROGRAM setting
441for diffutils as /usr/bin/pr is now detected by the configure script.
442Removed sed to fix problem with shell syntax highlighting in vim as that
443is fixed in the new version.</para></listitem>
444
445<listitem><para>March 26th, 2002 [markh]: Chapter 02 - Asking for help:
446Added reference to ESR's smart-questions document.</para></listitem>
447
448<listitem><para>March 25th, 2002 [markh]: Binutils - Added libopcodes
449library description.</para></listitem>
450
451<listitem><para>March 21st, 2002 [gerard]: Chapter 06 - Bzip2: Before we
452move <filename>/usr/bin/bzless</filename> and
453<filename>/usr/bin/bzmore</filename> to the <filename
454class="directory">/bin</filename> directory, we first remove the
455<filename>/bin/bzless</filename> and <filename>/bin/bzmore</filename>
456files. On some systems overwriting the existing files doesn't work due to
457hardlinks being used.</para></listitem>
458
459<listitem><para>March 21st, 2002 [gerard]: Appendix A - Sysklogd: Updated
460the download location to <ulink url="http://www.infodrom.org/projects/sysklogd/"/></para></listitem>
461
462<listitem><para>March 20th, 2002 [gerard]: Chapter 06 - Configure Dynamic
463Loader: Removed the <filename class="directory">/lib</filename> and
464<filename class="directory">/usr/lib</filename> directories from the
465<filename>ld.so.conf</filename> file. They were
466unnecessary.</para></listitem>
467
468<listitem><para>March 16th, 2002 [gerard]: Chapter 06+Appendix A: Removed
469the chroot dependencies. It's not a package so it's a bit out of
470place.</para></listitem>
471
472<listitem><para>March 16th, 2002 [gerard]: Chapter 05+06 - Gawk: Added
473commands to sed the <filename>awklib/Makefile.in</filename> file to change
474the <emphasis>datadir</emphasis> and <emphasis>libexecdir</emphasis>
475definitions</para></listitem>
476
477<listitem><para>March 15th, 2002 [gerard]: Chapter 01 - Mailing lists:
478Added lfs-chat description</para></listitem>
479
480<listitem><para>March 15th, 2002 [gerard]: Chapter 06-Shadow: Move
481<filename>libmisc.*a</filename> to
482<filename class="directory">/usr/lib</filename> too.</para></listitem>
483
484<listitem><para>March 14th, 2002 [gerard]: Upgraded to
485bison-1.34, gettext-0.11.1, grep-2.5, lfs-bootscripts-1.8,
486shadow-4.0.3</para></listitem>
487
488<listitem><para>March 11th, 2002 [gerard]: Upgraded to
489binutils-2.12</para></listitem>
490
491<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Setclock: The text
492here hinted towards the fact that you could skip configuring this step
493which isn't true unless the entire script would be removed. So the text was
494changed a bit to just have them create the file no matter how the hardware
495clock is set up.</para></listitem>
496
497<listitem><para>March 11th, 2002 [gerard]: Chapter 07 - Loadkeys: Removed
498the need to configure a <filename>/etc/sysconfig/keyboard</filename> file.
499The kbd patch makes this obsolete (loadkeys -d is used
500now).</para></listitem>
501
502<listitem><para>March 11th, 2002 [gerard]: Chapter 05 - Gawk: Added
503-Dre_max_failures=re_max_failures2 bug fix for glibc-2.1.x
504systems.</para></listitem>
505
506<listitem><para>March 11th, 2002 [gerard]: Chapter 06 - Bzip2: Before
507installing, remove <filename>/usr/bin/bz*</filename>. The bzip2
508installation doesn't deal with existing files properly when making hard
509links, so we remove the files first.</para></listitem>
510
511<listitem><para>March 10th, 2002 [gerard]: Chapter 06 - Configure keyboard:
512Added section to configure keyboard keymap file by creating the <filename
513class="symlink">/usr/share/kbd/keymaps/defkeymap.map.gz</filename>
514symlink.</para></listitem>
515
516<listitem><para>March 9th, 2002 [gerard]: Chapter 08 - Make bootable: Added
517a <userinput>cp</userinput> command that finds all the kernel images from
518<filename>/etc/lilo.conf</filename> automatically and copies them to
519<filename class="directory">$LFS/boot</filename>.</para></listitem>
520
521<listitem><para>March 9th, 2002 [gerard]: Chapter 06 - Man: Moved the
522<filename>man.conf</filename> from <filename
523class="directory">/usr/share/misc</filename> to <filename
524class="directory">/etc</filename>.</para></listitem>
525
526<listitem><para>March 9th, 2002 [gerard]: Chapter 07: Added a page about
527the sysklogd script and explain that the default script includes the
528<emphasis>-m 0</emphasis> option to
529<userinput>syslogd</userinput>.</para></listitem>
530
531<listitem><para>March 8th, 2002 [gerard]: Removed the Mawk package and
532replaced with the Gawk package. This was done because mawk is no longer
533being developed, while gawk is. Mawk has some POSIX compliance bugs that
534are fixed in Gawk.</para></listitem>
535
536<listitem><para>March 8th, 2002 [gerard]: Updated to the following
537packages: autoconf-2.53, automake-1.6, bin86-0.16.2, bison-1.33,
538bzip2-1.0.2, e2fsprogs-1.27, gawk-3.1.0, gettext-0.11, less-374, lilo-22.2,
539linux-2.4.18, man-pages-1.48, modutils-2.4.14, reiserfsprogs-3.x.1b,
540shadow-4.0.2, texinfo-4.1, util-linux-2.11o</para></listitem>
541
542</itemizedlist>
543
544<para>3.2 - March 7th, 2002</para>
545
546<itemizedlist>
547
548<listitem><para>Updated to:
549
550<itemizedlist>
551<listitem><para>lfs-bootscripts-1.6</para></listitem>
552</itemizedlist>
553
554</para></listitem>
555
556<listitem><para>March 1st, 2002 [gerard]: Chapter 05 - Creating
557directories: Removed the <filename class="directory">/usr/var</filename>
558and <filename class="directory">/usr/local/var</filename> directories. They
559aren't recommended by the <emphasis>FHS</emphasis>.</para></listitem>
560
561<listitem><para>February 27th, 2002 [gerard]: Chapter 06 - Make: Added
562commands to remove the setgid kmem bit from
563<filename>/usr/bin/make</filename>. This isn't needed on Linux systems to
564deal with the system load and it causes some other problems too that are
565fixed by removing the setgid bit.</para></listitem>
566
567<listitem><para>February 26th, 2002 [gerard]: Upgraded to
568lfs-bootscripts-1.6</para></listitem>
569
570<listitem><para>February 17th, 2002 [gerard]: Chapter 05 - Sh-utils: Added
571the command again that moves $LFS/usr/bin/chroot to
572$LFS/usr/sbin</para></listitem>
573
574<listitem><para>February 17th, 2002 [gerard] Updated dependencies for all
575packages.</para></listitem>
576
577<listitem><para>February 15th, 2002 [gerard] Chapter 01: Added a new mirror
578to the list located in The Netherlands (www.nl and
579ftp.nl).</para></listitem>
580
581<listitem><para>February 11th, 2002 [markh] Chapter 05: Sh-utils:
582Removed extra &amp;&amp; from end of install
583instructions.</para></listitem>
584
585<listitem><para>February 10th, 2002 [gerard]: Chapter 05 - Sh-utils:
586Removed <emphasis>su</emphasis> from the <emphasis>mv</emphasis> command
587as this isn't installed in chapter 5.</para></listitem>
588
589</itemizedlist>
590
591<para>3.2-RC1 - February 10th, 2002</para>
592
593<itemizedlist>
594
595<listitem><para>Updated to:
596
597<itemizedlist>
598<listitem><para>bison-1.31</para></listitem>
599<listitem><para>file-3.37</para></listitem>
600<listitem><para>glibc-2.2.5</para></listitem>
601<listitem><para>kbd-1.06-2.patch</para></listitem>
602<listitem><para>lfs-bootscripts-1.5</para></listitem>
603<listitem><para>linux-2.4.17</para></listitem>
604<listitem><para>man-pages-1.47</para></listitem>
605<listitem><para>psmisc-20.2</para></listitem>
606<listitem><para>sysvinit-2.84</para></listitem>
607<listitem><para>util-linux-2.11n</para></listitem>
608</itemizedlist>
609
610</para></listitem></itemizedlist>
611
612<itemizedlist>
613
614<listitem><para>February 10th, 2002 [gerard]: Chapter 6: Added a sed
615command to change gzexe's hardcoded /usr/bin/gzip path and change it to
616/bin/gzip.</para></listitem>
617
618<listitem><para>February 10th, 2002 [gerard]: Chapter 5 + 6: Moved
619additional programs to the ($LFS)/bin directory that are used by the
620bootscripts. No programs used by bootscripts (except daemons themselves)
621should be in the /usr directory in case /usr isn't available until far
622along in the boot process (when it's an NFS share for
623example).</para></listitem>
624
625<listitem><para>February 6th, 2002 [markh]: Appendix A - All
626descriptions now synced and updated.</para></listitem>
627
628<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Changing owner:
629Added <quote>cd /</quote> so the leading slash can be removed from all the
630directories in the chown commands. It's more pleasant to type out this
631way.</para></listitem>
632
633<listitem><para>February 2nd, 2002 [gerard]: Updated to
634lfs-bootscripts-1.5</para></listitem>
635
636<listitem><para>February 2nd, 2002 [gerard]: Chapter 6 - Gzip: Removed the
637compress symlink. Gzip can uncompress .Z files but it can't compress into
638that format.</para></listitem>
639
640<listitem><para>February 1st, 2002 [gerard]: Updated to
641lfs-bootscripts-1.3</para></listitem>
642
643<listitem><para>February 1st, 2002 [gerard]: Chapter 6 - Glibc: Instead of
644sed'ing the <filename>config.make</filename> file, create the
645<filename>glibc-build/configparms</filename> file containing
646<quote>cross-compiling = no</quote>.</para></listitem>
647
648<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed
649the commands to copy the header files to support versions of cp older
650than 4.1.</para></listitem>
651
652<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Added
653CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" to the configure command for patch.
654This fixes compilation on PPC and m68k platforms and doesn't hurt on
655x86.</para></listitem>
656
657<listitem><para>January 30th, 2002 [gerard]: Chapter 5 - Mounting proc:
658Rephrased the text a bit (it implied you can only mount the proc fs more
659than once, which isn't true anymore these days).</para></listitem>
660
661<listitem><para>January 30th, 2002 [markh]: Chapter 5: Enhanced the make
662mrproper explanation.</para></listitem>
663
664<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5+6: Removed
665the --libexecdir flag from fileutils' configure options.</para></listitem>
666
667<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 6: Added a
668symlink from vipw to vigr after installing shadow.</para></listitem>
669
670<listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Changed
671binutils and e2fsprogs installation instructions to use separate
672directories ala gcc and glibc.</para></listitem>
673
674<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Bootscripts: Added
675a chown root.root after the cp.</para></listitem>
676
677<listitem><para>January 30th, 2002 [gerard]: Appendix A - Texinfo: the info
678programs works on the /usr/share/info directory not
679/usr/doc/info.</para></listitem>
680
681<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Procps: Fixed typo
682the path to the app-defaults directory (it's
683/usr/X11R6/lib/X11/app-defaults and not
684usr/X11R6/lib/app-defaults).</para></listitem>
685
686<listitem><para>January 30th, 2002 [gerard]: Chapter 6 - Configure
687software: Simplified the commands to create the utmp, btmp, lastlog and
688wtmp files.</para></listitem>
689
690<listitem><para>January 30th, 2002 [gerard]: Chapter1: Moved
691Acknowledgements to be displayed as the first page in chapter
6921.</para></listitem>
693
694<listitem><para>January 30th, 2002 [gerard]: Chapter 1: Created a separate
695page to list the HTTP and FTP mirrors.</para></listitem>
696
697<listitem><para>January 30th, 2002 [gerard]: Chapter 4 - Creating
698partition: increased the suggested partition size from 750 MB to 1
699GB.</para></listitem>
700
701<listitem><para>January 29th, 2002 [gerard]: Chapter 6 - Shadow: Combined
702the <quote>mv libshadow.a /usr/lib</quote> and
703<quote>mv libshadow.la /usr/lib</quote> commands into
704<quote>mv libshadow.*a /usr/lib</quote></para></listitem>
705
706<listitem><para>January 26th, 2002 [gerard]: Upgraded to
707lfs-bootscripts-1.2</para></listitem>
708
709<listitem><para>January 26th, 2002 [marcheerdink]: Chapter 6: Removed the
710datadir option from bisons configure flags, because recent bisons use the
711correct directory by default.</para></listitem>
712
713<listitem><para>January 23rd, 2002 [markh]: Chapter 6: Added the section
714Create /etc/mtab symlink.</para></listitem>
715
716<listitem><para>January 23rd, 2002 [gerard]: Removed the file -C command
717from the file installation. This package runs this command at the very end
718of the installation so we don't need to do this anymore.</para></listitem>
719
720<listitem><para>January 23rd, 2002 [marcheerdink]: Chapter 4+5+6: The static
721environment is now built as an unprivileged user, removing the risk of
722overwriting files of the host distribution.</para></listitem>
723
724<listitem><para>January 22nd, 2002 [markh]: Back out linuxthreads
725man-page installation instructions as they don't work (they need perl
726which we don't have installed at that point).</para></listitem>
727
728<listitem><para>January 21st, 2002 [markh]: Updated to glibc-2.2.5. At
729the same time, fixed the glibc installation so that the linuxthreads man
730pages are installed.</para></listitem>
731
732<listitem><para>January 21st, 2002 [markh]: Updated to bison-1.31,
733file-3.37, kernel-2.4.17, psmisc-20.2 and
734sysvinit-2.84.</para></listitem>
735
736<listitem><para>January 21st, 2002 [markh]: Updated to util-linux-2.11n
737and removed ADD_RAW=yes as it's no longer needed.</para></listitem>
738
739<listitem><para>January 21st, 2002 [markh]: Updated to man-pages-1.47
740and removed the man-pages patch.</para></listitem>
741
742<listitem><para>January 15th, 2002 [gerard]: Appendix A: Added bootscripts
743files (dependencies, download location, descriptions)</para></listitem>
744
745<listitem><para>January 15th, 2002 [gerard]: Chapter 6: Added bootscripts
746installation.</para></listitem>
747
748<listitem><para>January 15th, 2002 [gerard]: Chapter 7: Removed most of the
749scripts, only left the part of a few where we set up config files in
750/etc/sysconfig.</para></listitem>
751
752<listitem><para>January 15th, 2002 [gerard]: Chapter 6 - Configuring
753Sysvinit: Changed the inittab contents to match the new
754bootscripts.</para></listitem>
755
756<listitem><para>January 15th, 2002 [marcheerdink]: Chapter 6 - file: changed
757the installation instruction so the sed isn't necessary anymore.</para></listitem>
758
759<listitem><para>January 14th, 2002 [marcheerdink]: Changed the kernel header
760files installation in chapter 5 so it's a bit more portable.</para></listitem>
761
762<listitem><para>January 6th, 2002 [gerard]: Reformatted the dependency
763lists.</para></listitem>
764
765<listitem><para>January 1st, 2002 [gerard]: Happy New Year
766LFS!</para></listitem>
767
768<listitem><para>January 1st, 2002 [markh]: First Changelog of New Year!
769Update copyright notice to cover 2002 ;-) OK - I'm
770sad...</para></listitem>
771
772<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Ed: Reworded why
773ed is optional to eliminate some confusion.</para></listitem>
774
775<listitem><para>December 16th, 2001 [gerard]: Chapter 6 - Texinfo: Reworded
776the TEXMF explanation to eliminate some confusion.</para></listitem>
777
778<listitem><para>December 15th, 2001 [gerard]: Chapter 4: Replaced the "One
779partition hint" reference with lfs_next_to_existing_systems.txt hint
780reference.</para></listitem>
781
782<listitem><para>December 15th, 2001 [markh]: Finish Appendix merge. All
783of the old appendices A, B and D are now in one (large) Appendix
784A.</para></listitem>
785
786<listitem><para>December 14th, 2001 [markh]: Merged appendices A and
787B.</para></listitem>
788
789<listitem><para>December 13th, 2001 [markh]: Appendix B: Changed dbhtml
790tag so that the flex page is now created as flex.html instead of
791flex</para></listitem>
792
793<listitem><para>December 13th, 2001 [markh]: Appendix D: Moved
794metalab.unc.edu and ftp.ibiblio.org references to the proper URL
795ibiblio.org.</para></listitem>
796
797<listitem><para>December 12th, 2001 [marcheerdink]: Chapter 6: Moved
798the kbd patch to the default installation instructions; upgraded to
799kbd-1.06-2.patch to fix installation of some programs; added the
800descriptions for these programs; removed the loadkeys -d warning that
801was a leftover from the time where loadkeys -d wasn't fixed yet.</para></listitem>
802
803<listitem><para>December 11th, 2001 [markh]: Chapter 6: Add the "why we
804cd $LFS before chroot" explanation.</para></listitem>
805
806<listitem><para>December 10th, 2001 [markh]: Chapter 6: Add kbd patch
807for loadkeys -d behaviour (patch by Matthias Benkmann; originally posted
808to the lfs-dev list).</para></listitem>
809
810<listitem><para>December 10th, 2001 [markh]: Chapter 6: Re-create
811symlinks in bash, fileutils and gcc instructions to make the Chapter 6
812instructions independent of those in chapter 5.</para></listitem>
813
814<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: Cleaned
815up the sed commands to use the backup file that was created earlier instead
816of writing to an intermediate 'tmp~' file.</para></listitem>
817
818<listitem><para>December 10th, 2001 [marcheerdink]: Chapter 5+6: 'make'
819command for diffutils installation changed to 'make PR_PROGRAM=/usr/bin/pr.'
820This bug was reported by Greg Schafer.</para></listitem>
821
822<listitem><para>December 7th, 2001 [gerard]: Chapter 6: Change the
823configure command from <emphasis>./Configure -Dprefix=/usr</emphasis> to
824<emphasis>./configure.gnu --prefix=/usr</emphasis>. This is more consistent
825with the installation instructions for the other packages, and the result
826is identical to the old way.</para></listitem>
827
828<listitem><para>December 3rd, 2001 [markh]: Chapter 2: Added the Which
829Platform? section.</para></listitem>
830
831</itemizedlist>
832
833<para>3.1 - December 3rd, 2001</para>
834
835<itemizedlist>
836
837<listitem><para>Added:
838
839<itemizedlist>
840<listitem><para>reiserfsprogs-3.x.0j</para></listitem>
841</itemizedlist>
842
843</para></listitem>
844
845<listitem><para>Updated to:
846
847<itemizedlist>
848<listitem><para>MAKEDEV-1.4</para></listitem>
849<listitem><para>bash-2.05a</para></listitem>
850<listitem><para>e2fsprogs-1.25</para></listitem>
851<listitem><para>gettext-0.10.40</para></listitem>
852<listitem><para>libtool-1.4.2</para></listitem>
853<listitem><para>lilo-22.1</para></listitem>
854<listitem><para>linux-2.4.16</para></listitem>
855<listitem><para>man-1.5j</para></listitem>
856<listitem><para>man-pages-1.43</para></listitem>
857<listitem><para>modutils-2.4.12</para></listitem>
858<listitem><para>sysvinit-2.83</para></listitem>
859<listitem><para>util-linux-2.11m</para></listitem>
860<listitem><para>vim-6.0</para></listitem>
861</itemizedlist>
862
863</para></listitem>
864
865<listitem><para>November 30th, 2001 [markh]: Chapter 6: Updated to
866man-1.5j. Removed the sed which we had to use with the old version as
867the new one detects awk properly.</para></listitem>
868
869<listitem><para>November 30th, 2001 [markh]: Chapter 5: Added static
870library explanation originally posted on lfs-apps (when it still
871existed) by Plasmatic.</para></listitem>
872
873<listitem><para>November 26th, 2001 [markh]: Chapter 5+6: Updated to
874kernel-2.4.16 and modutils-2.4.12.</para></listitem>
875
876<listitem><para>November 26th, 2001 [markh]: Chapter 6: Added FHS
877compliance notes to the findutils installation.</para></listitem>
878
879<listitem><para>November 19th, 2001 [markh]: Chapter 5+6: Updated to
880bash-2.05a, lilo-22.1, MAKEDEV-1.4, man-pages-1.43 and
881util-linux-2.11m.</para></listitem>
882
883<listitem><para>November 5th, 2001 [markh]: Chapter 6: Created new lex
884script instead of link to flex following comment on lfs-dev. (This is
885similar to what we do with bison and yacc).</para></listitem>
886
887<listitem><para>October 27th, 2001 [markh]: General: Large XML Tidy-up.
888Shouldn't affect the book text or layout. If it does, something has
889gone wrong!</para></listitem>
890
891<listitem><para>October 27th, 2001 [markh]: Chapter 6: Added
892reiserfsprogs-3.x.0j and updated to lilo-22.0.2.</para></listitem>
893
894<listitem><para>October 24th, 2001 [markh]: General: Fixed a bundle of
895spelling errors which were reported.</para></listitem>
896
897<listitem><para>October 12th, 2001 [markh]: Chapter 5 - Kernel: Added
898explanation as to why we copy the kernel headers rather than symlink
899them.</para></listitem>
900
901<listitem><para>October 12th, 2001 [markh]: Appendix A - Gzip: Added
902uncompress to the gunzip description as it was
903missing.</para></listitem>
904
905<listitem><para>October 12th, 2001 [markh]: Chapter 6 - Util-linux:
906Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with
907util-linux-2.11l.</para></listitem>
908
909<listitem><para>October 9th, 2001 [gerard]: Chapter 6 - Kbd: Removed the
910--datadir option, kbd's default is set properly already.</para></listitem>
911
912<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Shadow: Mentioned
913the <ulink url="http://hints.linuxfromscratch.org/hints/shadowpasswd_plus.txt"/>
914lfs-hint</para></listitem>
915
916<listitem><para>October 7th, 2001 [gerard]: Chapter 6 - Vim: Changed the
917installation instructions to fix a bug in vim-6.0's
918<filename>syntax/sh.vim</filename> file, and added the CPPFLAGS variable
919to specify the global vimrc file as
920<filename>/etc/vimrc</filename></para></listitem>
921
922<listitem><para>October 7th, 2001 [gerard]: Chapter 6: Updated to
923libtool-1.4.2, lilo-22.0, man-pages-1.40, modutils-2.4.10, sysvinit-2.83,
924util-linux-2.11l and vim-6.0</para></listitem>
925
926<listitem><para>October 2nd, 2001 [gerard]: Chapter 9 - The End: Added the
927reference to the LFS Counter at
928<ulink url="http://linuxfromscratch.org/cgi-bin/lfscounter.cgi"/></para></listitem>
929
930<listitem><para>September 26th, 2001 [gerard]: Chapter 1 - News server:
931Added reference to the news server</para></listitem>
932
933<listitem><para>September 26th, 2001 [markh]: Chapter 6 - E2fsprogs: Changed
934--with-root-prefix=/ to --with-root-prefix="" in e2fsprogs install
935instructions. The reason for the change is that a value of / will cause
936symlinks and installation paths to use things like //lib instead of
937just /lib. This isn't bad perse, it just doesn't look
938nice.</para></listitem>
939
940<listitem><para>September 26th, 2001 [markh]: Chapter 5+6: Updated to
941e2fsprogs-1.25, gettext-0.10.40, linux-2.4.10, modutils-2.4.9 and
942util-linux-2.11i.</para></listitem>
943
944<listitem><para>September 22nd, 2001 [markh]: Appendix A: Re-ordered the
945descriptions into alphabetical order.</para></listitem>
946
947</itemizedlist>
948
949<para>3.0 - September 21st, 2001</para>
950
951<itemizedlist>
952
953<listitem><para>Updated to:
954
955<itemizedlist>
956
957<listitem><para>e2fsprogs-1.24</para></listitem>
958
959</itemizedlist>
960
961</para></listitem>
962
963<listitem><para>September 21st, 2001 [markh]: Chapter 1+7: Changed the
964mailing list information to reflect the new ml
965structure. The Ch7 change is that the rc and rcS scripts now ask people
966to report problems to lfs-dev instead of lfs-discuss.</para></listitem>
967
968<listitem><para>September 18th, 2001 [gerard]: Chapter 5+6 - GCC:
969Added --enable-threads=posix to chapter 5, and changed --enable-threads to
970--enable-threads=posix in chapter 6. Although the default is posix threads
971when
972not specified, it's clearer this way what's being
973enabled.</para></listitem>
974
975<listitem><para>September 17th, 2001 [gerard]: Chapter 6 - Psmisc:
976Added notes how to deal with psmisc's pidof symlink (in case sysvinit
977isn't installed) and man page. Also, added --exec-prefix=/ to psmisc's
978configure script in order for the programs to be installed in /bin
979rather than /usr/bin (bootscripts may use them, so they must be in
980/bin).</para></listitem>
981
982<listitem><para>September 16th, 2001 [markh]: Chapter 6 - Util-linux:
983Added USRGAMES_DIR=/usr/bin to the make install routine so that
984/usr/games isn't created for banner and it is installed in
985/usr/bin.</para></listitem>
986
987<listitem><para>September 14th, 2001 [markh]: Chapter 6 - E2fsprogs:
988Updated to version 1.24.</para></listitem>
989
990<listitem><para>September 11th, 2001 [gerard]: Chapter 6 - Man: Added
991missing &amp;&amp; to 'done' and chmod the configure script to mode 755
992instead of 700 (more of a default mode so people don't _have_ to be
993running as the owner of that file).</para></listitem>
994
995</itemizedlist>
996
997</sect1>
998
Note: See TracBrowser for help on using the repository browser.