Changeset ad4d3fd for x


Ignore:
Timestamp:
03/11/2019 05:51:17 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
f0f01a4
Parents:
d6464b5
Message:

Update to elogind-241.1.
Remove some unneeded patches and update instrucitons appropriately.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg-server.xml

    rd6464b5 rad4d3fd  
    6767        <para>
    6868          Estimated build time: &xorg-server-time;
    69         </para>
    70       </listitem>
    71     </itemizedlist>
    72 
    73     <bridgehead renderas="sect3" revision="sysv">Additional Downloads</bridgehead>
    74     <itemizedlist spacing="compact" revision="sysv">
    75       <listitem>
    76         <para>
    77           Recommended patch:
    78           <ulink url="&patch-root;/xorg-server-&xorg-server-version;-elogind-2.patch"/>
    7969        </para>
    8070      </listitem>
     
    142132<screen><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-add_prime_support-1.patch</userinput></screen>-->
    143133
    144     <para revision="sysv">
    145       Apply a patch to add <application>elogind</application> support:
    146     </para>
    147 
    148 <screen revision="sysv"><userinput>patch -Np1 -i ../xorg-server-&xorg-server-version;-elogind-3.patch &amp;&amp;
    149 autoreconf -fi</userinput></screen>
    150 
    151134    <para>
    152135      Install the server by running the following commands:
     
    186169    </para>
    187170
    188     <para revision="sysv">
    189       <parameter>--enable-install-setuid</parameter>: If not using
    190       <xref linkend="elogind"/>, the Xorg binary must run
    191       as the root user. This switch ensures that the binary is installed
    192       setuid when <command>make</command> is run by an unprivileged user.
    193     </para>
    194 
    195171    <para>
    196172      <parameter>--enable-suid-wrapper</parameter>: Build suid-root wrapper for
     
    198174    </para>
    199175
    200     <para revision="systemd">
     176    <para>
    201177      <option>--disable-systemd-logind --enable-install-setuid</option>:
    202       These switches disable systemd-logind integration and restore the setuid
    203       bit to the Xorg executable, allowing Xorg Server to work
    204       without having the systemd PAM module installed and set up.
     178      These switches disable <phrase revision="system">systemd-logind<phrase>
     179      <phrase revision="sysv">elogind</phrase> integration and restore the
     180      setuid bit to the Xorg executable, allowing Xorg Server to work
     181      without having the <phrase revision="systemd">systemd</phrase>
     182      <phrase revision="elogind">elogind</phrase> PAM module configured.
    205183    </para>
    206184
Note: See TracChangeset for help on using the changeset viewer.