Changeset 6bc878e9
- Timestamp:
- 03/15/2019 05:21:43 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 9.0, 9.1, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1c55d43
- Parents:
- 0f73c15
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r0f73c15 r6bc878e9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 4"> <!-- Always 2 digits -->3 <!ENTITY day "15"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 1 4th, &year;">9 <!ENTITY releasedate "March 15th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r0f73c15 r6bc878e9 42 42 </listitem> 43 43 --> 44 45 <listitem revision="sysv"> 46 <para>March 15th, 2019</para> 47 <itemizedlist> 48 <listitem revision="sysv"> 49 <para>[dj] - Add --with-udev-rules-dir switch to xf86-input-wacom 50 instructions on sysv as well.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 44 54 45 55 <listitem> -
x/installing/x7driver-wacom.xml
r0f73c15 r6bc878e9 123 123 </para> 124 124 125 <screen revision="sysv"><userinput>./configure $XORG_CONFIG --with-systemd-unit-dir=no && 125 <screen revision="sysv"><userinput> 126 ./configure $XORG_CONFIG --with-systemd-unit-dir=no \ 127 --with-udev-rules-dir=/lib/udev/rules.d && 126 128 make</userinput></screen> 127 129
Note:
See TracChangeset
for help on using the changeset viewer.