Changeset 44f6add


Ignore:
Timestamp:
03/28/2012 08:45:14 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
39ec01c
Parents:
0759a21
Message:

Adjust minimum version of xz-utils in Host Requirements.
Reword description of log files in section Creating Essential Files.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r0759a21 r44f6add  
    3838-->
    3939    <listitem>
     40      <para>2012-03-28</para>
     41      <itemizedlist>
     42         <listitem>
     43           <para>[bdubbs] - Adjust minimum version of xz-utils in Host
     44           Requirements.</para>
     45         </listitem>
     46         <listitem>
     47           <para>[bdubbs] - Reword description of log files in section
     48           creating essential files.</para>
     49         </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4054      <para>2012-03-27</para>
    4155      <itemizedlist>
  • chapter06/createfiles.xml

    r0759a21 r44f6add  
    130130  proper permissions:</para>
    131131
    132 <screen><userinput>touch /var/run/utmp /var/log/{btmp,lastlog,wtmp}
     132<screen><userinput>touch /var/log/{btmp,lastlog,wtmp}
    133133chgrp -v utmp /var/run/utmp /var/log/lastlog
    134134chmod -v 664 /var/run/utmp /var/log/lastlog
    135135chmod -v 600 /var/log/btmp</userinput></screen>
    136136
    137   <para>The <filename>/var/run/utmp</filename> file records the users
    138   that are currently logged in. The <filename>/var/log/wtmp</filename>
    139   file records all logins and logouts. The
    140   <filename>/var/log/lastlog</filename> file records when
    141   each user last logged in. The <filename>/var/log/btmp</filename> file
    142   records the bad login attempts.</para>
     137  <para>The <filename>/var/log/wtmp</filename> file records all logins and
     138  logouts. The <filename>/var/log/lastlog</filename> file records when each
     139  user last logged in. The <filename>/var/log/btmp</filename> file records the
     140  bad login attempts.</para>
     141
     142  <note><para>The <filename>/run/utmp</filename> file records the users that
     143  are currently logged in.  This file is created dynamically in the boot
     144  scripts.</para></note>
    143145
    144146</sect1>
  • general.ent

    r0759a21 r44f6add  
    1 <!ENTITY version "SVN-20120327">
    2 <!ENTITY releasedate "Mar 27, 2012">
     1<!ENTITY version "SVN-20120328">
     2<!ENTITY releasedate "Mar 28, 2012">
    33<!ENTITY copyrightdate "1999-2012"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.2">
  • prologue/hostreqs.xml

    r0759a21 r44f6add  
    132132
    133133    <listitem>
    134       <para><emphasis role="strong">Xz-5.0.3</emphasis></para>
     134      <para><emphasis role="strong">Xz-5.0.0</emphasis></para>
    135135    </listitem>
    136136
Note: See TracChangeset for help on using the changeset viewer.