From a728d169764c53a7988fdd4116600f09be53bf52 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 16 Apr 2007 19:38:10 +0000 Subject: Change all references to /etc/adjtime in the Util-Linux sources to /var/lib/hwclock/adjtime. Fixes #1984. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8065 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 -- cgit v1.2.3-54-g00ecf