diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index bc7bfdcc4..d01d9e13f 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ 2009-05-17 + + [bdubbs] - Change reference to /etc/udev/rules.d to /lib/udev/rules.d + in two instances. Add a sed to fix zdiff operation. + Finishes problems identified in + #2315. + [bdubbs] - Ignore error in ifdown script when determining status. diff --git a/chapter06/gzip.xml b/chapter06/gzip.xml index 1640517c1..4447704ab 100644 --- a/chapter06/gzip.xml +++ b/chapter06/gzip.xml @@ -47,6 +47,11 @@ sed -i 's/futimens/gl_&/' gzip.c lib/utimens.{c,h} + There is also a bug in the zdiff script that + needs to be fixed: + +sed -i 's/5 -)/5 - >\&3)/' zdiff.in + Prepare Gzip for compilation: ./configure --prefix=/usr --bindir=/bin diff --git a/chapter07/symlinks.xml b/chapter07/symlinks.xml index 1ddfa62ea..065a62f5b 100644 --- a/chapter07/symlinks.xml +++ b/chapter07/symlinks.xml @@ -72,12 +72,12 @@ If the default mode is not suitable for your situation, then the following modification can be made to the - /etc/udev/rules.d/75-cd-aliases-generator.rules file, + /lib/udev/rules.d/75-cd-aliases-generator.rules file, as follows (where mode is one of by-id or by-path): sed -i -e 's/write_cd_rules/& mode/' \ - /etc/udev/rules.d/75-cd-aliases-generator.rules + /lib/udev/rules.d/75-cd-aliases-generator.rules Note that it is not necessary to create the rules files or symlinks at this time, because you have bind-mounted the host's @@ -111,7 +111,7 @@ fixable by creating udev rules for custom persistent symlinks. The case of network cards is covered separately in , and sound card configuration can - be found in BLFS. + be found in BLFS. For each of your devices that is likely to have this problem (even if the problem doesn't exist in your current Linux distribution),