|
@@ -177,6 +177,14 @@ Chapter 6: Changed consoledata/tools to kbd, which is more actively developed,
|
|
|
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
|