diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 23013478c..97d38a5a6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -121,6 +121,10 @@ Chapter 5: Removed the installation of a static gettext. </para></listitem> <listitem><para> +Chapter 5: Reordered the installations alphabetically. +</para></listitem> + +<listitem><para> Chapter 6: Changed libexecdir=/usr/bin in fileutils to libexecdir=/bin. </para></listitem> @@ -196,6 +200,11 @@ replaced it with a patch to man-pages. </para></listitem> <listitem><para> +Chapter 6: Moved the installations of ed and patch into their alphabetical +positions. +</para></listitem> + +<listitem><para> Chapter 7: Fixed the delays in the killproc function in the functions script. Now, after kill, first check PIDs, then sleep 2 if needed. More details can be read in the comments in the script itself. diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index cd208ee5d..4ad52b9dd 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -5,12 +5,9 @@ &c6-aboutdebug; &c6-bashprofile; &c6-chroot; - &c6-glibc; &c6-makedev; &c6-manpages; -&c6-ed; -&c6-patch; &c6-findutils; &c6-mawk; &c6-ncurses; @@ -32,6 +29,7 @@ &c6-bin86; &c6-binutils; &c6-bzip2; +&c6-ed; &c6-gettext; &c6-kbd; &c6-diffutils; @@ -42,6 +40,7 @@ &c6-lilo; &c6-make; &c6-modutils; +&c6-patch; &c6-procinfo; &c6-procps; &c6-psmisc; |