diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 85cab8e4b..639cbc509 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,14 @@ 2007-04-16 + + [matthew] - Change all references to + /etc/adjtime in the Util-Linux sources to + /var/lib/hwclock/adjtime. Previously, only + hwclock/hwclock.c was changed, which meant that + man pages contained references to the non-FHS compliant location. + Fixes #1984. + [matthew] - Upgrade to Udev-108. Fixes #1976. diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index 2286e302b..49b8d118b 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -43,8 +43,8 @@ hwclock program FHS-compliant, run the following: -sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ - hwclock/hwclock.c +sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ + -i $(grep -rl '/etc/adjtime' .) mkdir -pv /var/lib/hwclock