Changeset 8065

Show
Ignore:
Timestamp:
04/16/07 13:38:10 (1 year ago)
Author:
matthew
Message:

Change all references to /etc/adjtime in the Util-Linux sources to /var/lib/hwclock/adjtime. Fixes #1984.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8064 r8065  
    4141      <itemizedlist> 
    4242        <listitem> 
     43          <para>[matthew] - Change all references to 
     44          <filename>/etc/adjtime</filename> in the Util-Linux sources to 
     45          <filename>/var/lib/hwclock/adjtime</filename>.  Previously, only 
     46          <filename>hwclock/hwclock.c</filename> was changed, which meant that 
     47          man pages contained references to the non-FHS compliant location. 
     48          Fixes <ulink url="&lfs-ticket-root;1984">#1984</ulink>.</para> 
     49        </listitem> 
     50        <listitem> 
    4351          <para>[matthew] - Upgrade to Udev-108. Fixes 
    4452          <ulink url="&lfs-ticket-root;1976">#1976</ulink>.</para> 
  • trunk/BOOK/chapter06/util-linux.xml

    r8034 r8065  
    4444    following:</para> 
    4545 
    46 <screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 
    47     hwclock/hwclock.c 
     46<screen><userinput>sed -e 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 
     47    -i $(grep -rl '/etc/adjtime' .) 
    4848mkdir -pv /var/lib/hwclock</userinput></screen> 
    4949