Changeset bf541fb


Ignore:
Timestamp:
08/04/2014 10:14:13 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
0b06e2f
Parents:
4a62aecd
Message:

Commit forgotten page. Merge trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13820 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python-modules-systemd.xml

    r4a62aecd rbf541fb  
    8787        </para>
    8888      </listitem>
    89  <!--     <listitem>
     89      <listitem>
    9090        <para>
    9191          <xref linkend="PyYAML"/>
    9292        </para>
    93       </listitem> -->
     93      </listitem>
    9494    </itemizedlist>
    9595  </sect2>
     
    128128    href="Jinja2-systemd.xml"/>
    129129
    130 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    131     href="PyYAML-systemd.xml"/> -->
     130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     131    href="PyYAML-systemd.xml"/>
    132132
    133133</sect1>
  • general/sysutils/logrotate.xml

    r4a62aecd rbf541fb  
    138138weekly
    139139
    140 # Don't send mail to anybody
     140# Don't mail logs to anybody
    141141nomail
    142142
  • x/installing/xterm.xml

    r4a62aecd rbf541fb  
    7575    following commands:</para>
    7676
    77 <screen><userinput>sed -i '/v0/,+1s/new:/new:kb=^?:/' termcap &amp;&amp;
    78 echo -e '\tkbs=\\177,' &gt;&gt; terminfo &amp;&amp;
     77<screen><userinput>sed -i '/v0/{n;s/new:/new:kb=^?:/}' termcap &amp;&amp;
     78printf '\tkbs=\\177,\n' &gt;&gt; terminfo &amp;&amp;
    7979
    8080TERMINFO=/usr/share/terminfo \
     
    9898
    9999    <para><command>sed -i ... termcap</command>,
    100     <command>echo ... >> terminfo</command>: These commands modify the terminal
     100    <command>printf ... >> terminfo</command>: These commands modify the terminal
    101101    description, so that the Backspace key is expected to send the character
    102102    with ASCII code 127, for consistency with the Linux console.</para>
Note: See TracChangeset for help on using the changeset viewer.