diff options
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 4833446ff..413c0f181 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -178,6 +178,14 @@ and less of a pain to install. </para></listitem> <listitem><para> +Chapter 6: Changed bin86's installation from "make PREFIX=/usr install" +to "make INSTALL_OPTS="-m 755" PREFIX=/usr install". This will prevent +install from invoking strip -s on the files. This fails because a +couple of the installed files are shell scripts rather than programs, +so they can't be stripped. +</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. |