Changeset 7dff3ca for x/dm


Ignore:
Timestamp:
01/05/2018 10:04:24 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
c225bfa
Parents:
855a40e8
Message:

Update to mariadb-10.2.12.
Update to php-7.2.1.
Update location of intel firmware.
Tweak lightdm.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19653 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/dm/lightdm.xml

    r855a40e8 r7dff3ca  
    276276
    277277    <sect3 id="lightdm-bootscript">
    278       <title>Boot Script</title>
    279 
    280       <para>
     278      <title><phrase revision="sysv">Boot Script</phrase>
     279             <phrase revision="systemd">Systemd Unit</phrase></title>
     280
     281      <para revision="sysv">
    281282        Install the <filename revision="sysv">/etc/rc.d/init.d/lightdm</filename>
    282         init script from the <xref linkend="bootscripts" revision="sysv"/>
    283         <xref linkend="systemd-units" revision="systemd"/> package.
    284       </para>
    285 
     283        init script from the <xref linkend="bootscripts"/>
     284      </para>
     285
     286<screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen>
    286287      <indexterm zone="lightdm lightdm-bootscript">
    287288        <primary sortas="f-lightdm">lightdm</primary>
    288289      </indexterm>
    289290
    290 <screen role="root" revision="sysv"><userinput>make install-lightdm</userinput></screen>
    291 
    292 <screen role="root" revision="systemd"><userinput>systemctl enable lightdm</userinput></screen>
     291      <para revision="systemd">
     292        Install and enable the systemd unit.  From the
     293        <xref linkend="systemd-units"/> package:
     294      </para>
     295
     296<screen role="root" revision="systemd"><userinput>make install-lightdm &amp;&amp;
     297systemctl enable lightdm</userinput></screen>
    293298
    294299    </sect3>
Note: See TracChangeset for help on using the changeset viewer.