Changeset ba902838


Ignore:
Timestamp:
07/16/2014 09:54:33 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
b575134
Parents:
85ec85ef
Message:

removed excess white space from systemd page

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/systemd.xml

    r85ec85ef rba902838  
    127127    <para>First, re-build systemd:</para>
    128128
    129 <screen><userinput>
    130 
    131 sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h") &amp;&amp;
     129<screen><userinput>sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h") &amp;&amp;
    132130patch -Np1 -i ../systemd-&systemd-version;-compat-patch; &amp;&amp;
    133131
     
    144142   <para>First prevent a few broken test cases from being run:</para>
    145143
    146 <screen><userinput>
    147 
    148 sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
     144<screen><userinput>sed -i s:test/udev-test.pl::g Makefile</userinput></screen>
    149145
    150146   <note>
     
    164160    </warning>
    165161
    166 <screen role="root">
    167 
    168 <userinput>systemctl start rescue.target</userinput></screen>
     162<screen role="root"><userinput>systemctl start rescue.target</userinput></screen>
    169163
    170164   <para>Now re-install as the <systemitem class="username">root</systemitem>
     
    178172 as the <systemitem class="username">root</systemitem> user:</para>
    179173
    180 <screen role="root">
    181 
    182 <userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
     174<screen role="root"><userinput>mv -v /usr/lib/libnss_myhostname.so.2 /lib</userinput></screen>
    183175
    184176  <para>Remove an unnecessary directory as the as the <systemitem class="username">root</systemitem> user:</para>
    185177
    186 <screen role="root">
    187 
    188 <userinput>rm -rfv /usr/lib/rpm</userinput></screen>
     178<screen role="root"><userinput>rm -rfv /usr/lib/rpm</userinput></screen>
    189179
    190180<para>Remove a reference to a non-existent group as the <systemitem class="username">root</systemitem> user:</para>
    191181
    192 <screen role="root">
    193 
    194 <userinput>sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
     182<screen role="root"><userinput>sed -i "s:0775 root lock:0755 root root:g" /usr/lib/tmpfiles.d/legacy.conf</userinput></screen>
    195183
    196184    <note>
     
    216204     user:
    217205
    218 <screen role="root"><userinput>
    219 
    220 mv -v /usr/lib/libgcrypt.so.* /usr/lib/libgpg-error.so.* /lib &amp;&amp;
     206<screen role="root"><userinput>mv -v /usr/lib/libgcrypt.so.* /usr/lib/libgpg-error.so.* /lib &amp;&amp;
    221207ln -sfv ../../lib/$(readlink /usr/lib/libgcrypt.so) /usr/lib/libgcrypt.so &amp;&amp;
    222208ln -sfv ../../lib/$(readlink /usr/lib/libgpg-error.so) /usr/lib/libgpg-error.so</userinput></screen></para></note>
     
    259245    user:</para>
    260246
    261 <screen role="root">
    262 
    263 <userinput>systemctl daemon-reexec &amp;&amp;
     247<screen role="root"><userinput>systemctl daemon-reexec &amp;&amp;
    264248systemctl restart systemd-logind systemd-journald systemd-udevd</userinput></screen>
    265249
     
    288272     <para>
    289273      A list of the installed files, along with their short descriptions can be
    290       found at <ulink url="http://www.linuxfromscratch.org/lfs/view/&lfs-version;/chapter06/systemd.html#contents-systemd"/>.
     274      found at <ulink url="http://www.linuxfromscratch.org/lfs/view/systemd&lfs-version;/chapter06/systemd.html#contents-systemd"/>.
    291275     </para>
    292276  </sect2>
  • introduction/welcome/changelog.xml

    r85ec85ef rba902838  
    7474         <listitem>
    7575          <para>[cjg] - Removed text block regarding other desktops from gnome platform page to add it to newly created intro section.</para>
     76        </listitem>
     77         <listitem>
     78          <para>[cjg] - Removed excess white space from the systemd page and hopefully fixed link to lfs systemd chapter.</para>
    7679        </listitem>
    7780      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.