Changeset 87da537 for BOOK


Ignore:
Timestamp:
Jul 9, 2014, 10:27:56 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
1e08a9b
Parents:
d5ac3420
Message:

More consistent indentation on sysvinit page

File:
1 edited

Legend:

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

    rd5ac3420 r87da537  
    2525    <title>Installation of Sysvinit</title>
    2626
    27 <para os ="a">Apply a sed which disables last, mesg, mountpoint, sulogin,
    28 utmpdump, and wall from being built and installed as they are provided by
    29 Util-linux:</para>
     27    <para os ="a">Apply a sed which disables last, mesg, mountpoint, sulogin,
     28    utmpdump, and wall from being built and installed as they are provided by
     29    Util-linux:</para>
    3030
    3131<screen os="b"><userinput>sed -i -e 's/\ sulogin[^ ]*//' \
    3232    -e '/utmpdump/d' -e '/mountpoint/d' -e '/mesg/d' src/Makefile</userinput></screen>
    3333
    34 <para os ="c">Compile the package:</para>
     34    <para os ="c">Compile the package:</para>
    3535
    3636<screen os="d"><userinput>make -C src clobber
Note: See TracChangeset for help on using the changeset viewer.