diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/hotplug.xml | 9 |
2 files changed, 8 insertions, 6 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9c123fe8a..510fe076a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,11 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>April 4, 2005 [matt]: No need to manually create +<filename class="directory">/var/log/hotplug</filename> as hotplug's Makefile +creates it (Ken Moffat). Also minor rewording to improve consistency.</para> +</listitem> + <listitem><para>April 4, 2005 [matt]: Fix E2fsprogs compile problem (Ken Moffat & Greg Schafer)</para></listitem> diff --git a/chapter06/hotplug.xml b/chapter06/hotplug.xml index 6ac55e75c..d0e86e473 100644 --- a/chapter06/hotplug.xml +++ b/chapter06/hotplug.xml @@ -50,14 +50,11 @@ that reason, remove the network hotplug agent:</para> <screen><userinput>rm -f /etc/hotplug/net.agent</userinput></screen> -<para>For logging of hotplug events we will create a directory and a -blank file. This file will show all the information passed to hotplug:</para> +<para>Create a file that is necessary for the logging of hotplug events:</para> -<screen><userinput>mkdir /var/log/hotplug -touch /var/log/hotplug/events</userinput></screen> +<screen><userinput>touch /var/log/hotplug/events</userinput></screen> -<para>For firmware to be loaded by hotplug we will create the necessary -directory:</para> +<para>Create a directory for storing firmware that can be loaded by hotplug:</para> <screen><userinput>mkdir /lib/firmware</userinput></screen> |