Changeset 0d8e5a10


Ignore:
Timestamp:
09/25/2016 05:40:14 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.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, nosym, 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:
fc8b669
Parents:
d5dfe50
Message:

Removed startx change in xinit for systemd builds

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd5dfe50 r0d8e5a10  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     3<!ENTITY day          "25">                   <!-- Always 2 digits -->
    44<!ENTITY month        "09">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2016">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "September 24th &year;">
     9<!ENTITY releasedate  "September 25th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rd5dfe50 r0d8e5a10  
    4545-->
    4646    <listitem>
     47      <para>September 25th, 2016</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[bdubbs] - Removed startx change in xinit for
     51          systemd builds.  No ticket.</para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
     55
     56    <listitem>
    4757      <para>September 24th, 2016</para>
    4858      <itemizedlist>
  • x/installing/xinit.xml

    rd5dfe50 r0d8e5a10  
    8181    <title>Installation of xinit</title>
    8282
    83     <para>First, modify <command>startx</command>, hence the X session starts on
    84     the first unused virtual terminal, which normally is vt7:</para>
     83    <para revision='sysv'>First, modify <command>startx</command>, hence the X
     84    session starts on the first unused virtual terminal, which normally is
     85    vt7:</para>
    8586    <!--Apparently, this should not be done for systemd systems-->
    8687
    87 <screen><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' \
     88<screen revision='sysv'><userinput>sed -e '/$serverargs $vtarg/ s/serverargs/: #&amp;/' \
    8889    -i startx.cpp</userinput></screen>
    8990
    90     <note>
     91    <note revision='sysv'>
    9192      <para>
    9293        If you have already installed this package without the sed above, there
     
    9596        class="username">root</systemitem> user:
    9697        <command>sed -i '/$serverargs $vtarg/ s/serverargs/: #&amp;/'
    97         /usr/bin/startx</command>
     98        $XORG_PREFIX/bin/startx</command>
    9899      </para>
    99100    </note>
     
    102103    following commands:</para>
    103104
    104 <screen><userinput>./configure $XORG_CONFIG \
    105             --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
     105<screen><userinput>./configure $XORG_CONFIG --with-xinitdir=/etc/X11/app-defaults &amp;&amp;
    106106make</userinput></screen>
    107107
Note: See TracChangeset for help on using the changeset viewer.