Changeset 4547561


Ignore:
Timestamp:
Mar 30, 2014, 1:24:57 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0886dd9
Parents:
8f94b08
Message:

Remove unneeded instructions to install systemd manpages

Location:
BOOK
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/systemd.xml

    r8f94b08 r4547561  
    100100<screen os="k"><userinput>make install</userinput></screen>
    101101
    102     <para os="l">Install man pages and documentation files that are not
    103     installed by default:</para>
    104 
    105 <screen os="m"><userinput>for section in 1 3 5 7 8
    106 do
    107   install -v -m644 man/*.${section} /usr/share/man/man${section}
    108 done
    109 install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
     102    <para os="l">Install documentation files that are not installed by default:</para>
     103
     104<screen os="m"><userinput>install -v -m644 man/*.html /usr/share/doc/systemd-&systemd-version;</userinput></screen>
    110105
    111106    <para os="n">Move NSS myhostname library to <filename class="directory">/lib
  • BOOK/introduction/common/changelog.xml

    r8f94b08 r4547561  
    3838
    3939    <listitem>
     40      <para>30 March 2014</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Removed instructions to install systemd manpages -
     44          they are now automatically installed by default.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Chris] - Updated installed program lists for several packages.</para>
     48        </listitem>
     49      </itemizedlist>
     50    </listitem>
     51
     52    <listitem>
    4053      <para>23 March 2014</para>
    4154      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.