Changeset 15c1a33


Ignore:
Timestamp:
03/15/2019 05:22:58 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
f601a24d
Parents:
2535d7fd
Message:

Merge to HEAD 21329.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2535d7fd r15c1a33  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "14">                   <!-- Always 2 digits -->
     3<!ENTITY day          "15">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 14th, &year;">
     9<!ENTITY releasedate  "March 15th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r2535d7fd r15c1a33  
    9292    </listitem>
    9393-->
     94
     95    <listitem revision="sysv">
     96      <para>March 15th, 2019</para>
     97      <itemizedlist>
     98        <listitem revision="sysv">
     99          <para>[dj] - Add --with-udev-rules-dir switch to xf86-input-wacom
     100          instructions on sysv as well.</para>
     101        </listitem>
     102      </itemizedlist>
     103    </listitem>
    94104
    95105    <listitem>
  • x/installing/x7driver-wacom.xml

    r2535d7fd r15c1a33  
    123123      </para>
    124124
    125 <screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no &amp;&amp;
     125<screen revision="sysv"><userinput>
     126./configure $XORG_CONFIG --with-systemd-unit-dir=no \
     127            --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
    126128make</userinput></screen>
    127129
Note: See TracChangeset for help on using the changeset viewer.