diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index a350ab5c0..050351fc5 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,11 @@ 2007-02-23 + + [dnicholson] - Dropped the -D switch from the Udev + documentation install command since it is already created by + udev-config. Reported by Chris Staub. + [dnicholson] - Corrected the text about Udev not installing any configuration files. Reported by Chris Staub. diff --git a/chapter06/udev.xml b/chapter06/udev.xml index a8d9b44b8..d30971d4c 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -122,7 +122,7 @@ make install rules: cd .. -install -m644 -D -v docs/writing_udev_rules/index.html \ +install -m644 -v docs/writing_udev_rules/index.html \ /usr/share/doc/udev-&udev-version;/index.html