Changeset e7848c3


Ignore:
Timestamp:
08/16/2014 04:32:00 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
9b26915
Parents:
7e1a1f8
Message:

Merge lfs-svn, fix timedatectl command.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r7e1a1f8 re7848c3  
    3737-->
    3838    <listitem>
     39      <para>2014-08-16</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[krejzi] - Merged LFS SVN-20140815.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
    3948      <para>2014-08-15</para>
    4049      <itemizedlist>
    4150        <listitem>
    42           <para>[krejzi] - Merged LFS SVN-20140814.</para>
     51          <para>[bdubbs] - Remove redundant wording in checking
     52          toolchain values.  Fixes
     53          <ulink url="&lfs-ticket-root;3654">#3654</ulink>.</para>
    4354        </listitem>
    4455      </itemizedlist>
  • chapter03/packages.xml

    r7e1a1f8 re7848c3  
    598598
    599599    <varlistentry>
     600      <term>Texinfo (&texinfo-version;) - <token>&texinfo-size;</token>:</term>
     601      <listitem>
     602        <para>Home page: <ulink url="&texinfo-home;"/></para>
     603        <para>Download: <ulink url="&texinfo-url;"/></para>
     604        <para>MD5 sum: <literal>&texinfo-md5;</literal></para>
     605      </listitem>
     606    </varlistentry>
     607
     608    <varlistentry>
    600609      <term>Time Zone Data (&tzdata-version;) - <token>&tzdata-size;</token>:</term>
    601610      <listitem>
     
    607616
    608617    <varlistentry>
    609       <term>Texinfo (&texinfo-version;) - <token>&texinfo-size;</token>:</term>
    610       <listitem>
    611         <para>Home page: <ulink url="&texinfo-home;"/></para>
    612         <para>Download: <ulink url="&texinfo-url;"/></para>
    613         <para>MD5 sum: <literal>&texinfo-md5;</literal></para>
    614       </listitem>
    615     </varlistentry>
    616 
    617     <varlistentry>
    618618      <term>Util-linux (&util-linux-version;) - <token>&util-linux-size;</token>:</term>
    619619      <listitem>
  • chapter05/gcc-pass1.xml

    r7e1a1f8 re7848c3  
    197197        <term><parameter>--disable-decimal-float, --disable-threads,
    198198        --disable-libatomic, --disable-libgomp, --disable-libitm,
    199         --disable-libmudflap, --disable-libquadmath, --disable-libsanitizer,
     199        --disable-libquadmath, --disable-libsanitizer,
    200200        --disable-libssp, --disable-libvtv, --disable-libcilkrts,
    201201        --disable-libstdc++-v3</parameter></term>
    202202        <listitem>
    203203          <para>These switches disable support for the decimal floating point
    204           extension, threading, libatomic, libgomp, libitm, libmudflap,
     204          extension, threading, libatomic, libgomp, libitm,
    205205          libquadmath, libsanitizer, libssp, libvtv, libcilkrts
    206206          and the C++ standard library respectively. These features will fail
  • chapter06/adjusting.xml

    r7e1a1f8 re7848c3  
    4747readelf -l a.out | grep ': /lib'</userinput></screen>
    4848
    49   <para os="b">If everything is working correctly, there should be no errors,
     49  <para os="b">There should be no errors,
    5050  and the output of the last command will be (allowing for
    5151  platform-specific differences in dynamic linker name):</para>
     
    6060<screen os="e"><userinput>grep -o '/usr/lib.*/crt[1in].*succeeded' dummy.log</userinput></screen>
    6161
    62   <para os="f">If everything is working correctly, there should be no errors,
    63     and the output of the last command will be:</para>
     62  <para os="f">The output of the last command should be:</para>
    6463
    6564<screen><computeroutput>/usr/lib/crt1.o succeeded
     
    7271<screen><userinput>grep -B1 '^ /usr/include' dummy.log</userinput></screen>
    7372
    74   <para os="h">This command should return successfully with the following output:</para>
     73  <para os="h">This command should return the following output:</para>
    7574
    7675<screen><computeroutput>#include &lt;...&gt; search starts here:
     
    8180<screen os="j"><userinput>grep 'SEARCH.*/usr/lib' dummy.log |sed 's|; |\n|g'</userinput></screen>
    8281
    83   <para os="k">If everything is working correctly, there should be no errors,
    84   and the output of the last command
    85   will be:</para>
     82  <para os="k">The output of the last command should be:</para>
    8683
    8784<screen><computeroutput>SEARCH_DIR("/usr/lib")
     
    9289<screen os="m"><userinput>grep "/lib.*/libc.so.6 " dummy.log</userinput></screen>
    9390
    94   <para os="n">If everything is working correctly, there should be no errors,
    95   and the output of the last command (allowing for a lib64 directory on 64-bit hosts)
    96   will be:</para>
     91  <para os="n">The output of the last command (allowing for a lib64 directory
     92  on 64-bit hosts) should be:</para>
    9793
    9894<screen os="o"><computeroutput>attempt to open /lib/libc.so.6 succeeded</computeroutput></screen>
     
    10298<screen os="q"><userinput>grep found dummy.log</userinput></screen>
    10399
    104   <para os="r">If everything is working correctly, there should be no errors,
    105   and the output of the last command will be (allowing for
    106   platform-specific differences in dynamic linker name and a lib64 directory
    107   on 64-bit hosts):</para>
     100  <para os="r"> The output of the last command should be (allowing for
     101  platform-specific differences in dynamic linker name and a lib64 directory on
     102  64-bit hosts):</para>
    108103
    109104<screen os="s"><computeroutput>found ld-linux.so.2 at /lib/ld-linux.so.2</computeroutput></screen>
  • chapter07/clock.xml

    r7e1a1f8 re7848c3  
    5858  <para>To change your current system time, issue:</para>
    5959
    60 <screen role="nodump"><userinput>timedatectl set-time YYYY:MM:DD HH:MM:SS</userinput></screen>
     60<screen role="nodump"><userinput>timedatectl set-time YYYY-MM-DD HH:MM:SS</userinput></screen>
    6161
    6262  <para>Hardware clock will also be updated accordingly.</para>
  • general.ent

    r7e1a1f8 re7848c3  
    1 <!ENTITY version         "20140815-systemd">
     1<!ENTITY version         "20140816-systemd">
    22<!ENTITY short-version   "systemd">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "August 15, 2014">
     3<!ENTITY releasedate     "August 16, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.6">
Note: See TracChangeset for help on using the changeset viewer.