Author: dj
Date: Thu Mar 14 22:21:43 2019
New Revision: 21329

Log:
Add --with-udev-rules-dir switch to xf86-input-wacom on SysV as well.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/installing/x7driver-wacom.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Mar 14 19:38:51 2019        (r21328)
+++ trunk/BOOK/general.ent      Thu Mar 14 22:21:43 2019        (r21329)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "14">                   <!-- Always 2 digits -->
+<!ENTITY day          "15">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2019">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 14th, &year;">
+<!ENTITY releasedate  "March 15th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Mar 14 19:38:51 
2019        (r21328)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Thu Mar 14 22:21:43 
2019        (r21329)
@@ -42,6 +42,16 @@
     </listitem>
 -->
 
+    <listitem revision="sysv">
+      <para>March 15th, 2019</para>
+      <itemizedlist>
+        <listitem revision="sysv">
+          <para>[dj] - Add --with-udev-rules-dir switch to xf86-input-wacom
+          instructions on sysv as well.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>March 14th, 2019</para>
       <itemizedlist>

Modified: trunk/BOOK/x/installing/x7driver-wacom.xml
==============================================================================
--- trunk/BOOK/x/installing/x7driver-wacom.xml  Thu Mar 14 19:38:51 2019        
(r21328)
+++ trunk/BOOK/x/installing/x7driver-wacom.xml  Thu Mar 14 22:21:43 2019        
(r21329)
@@ -122,7 +122,9 @@
         commands:
       </para>
 
-<screen revision="sysv"><userinput>./configure $XORG_CONFIG 
--with-systemd-unit-dir=no &amp;&amp;
+<screen revision="sysv"><userinput>
+./configure $XORG_CONFIG --with-systemd-unit-dir=no \
+            --with-udev-rules-dir=/lib/udev/rules.d &amp;&amp;
 make</userinput></screen>
 
 <screen revision="systemd"><userinput>./configure $XORG_CONFIG \
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to