Changeset 5ce789c
- Timestamp:
- 10/30/2019 06:24:02 AM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- cb21554
- Parents:
- 40d3e7a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r40d3e7a r5ce789c 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 29"> <!-- Always 2 digits -->3 <!ENTITY day "30"> <!-- Always 2 digits --> 4 4 <!ENTITY month "10"> <!-- 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 "October 29th, &year;">9 <!ENTITY releasedate "October 30th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r40d3e7a r5ce789c 43 43 --> 44 44 <listitem> 45 <para>October 30th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[dj] - Add sudoers configuration for Xorg.</para> 49 </listitem> 50 </itemizedlist> 51 </listitem> 52 53 <listitem> 45 54 <para>October 29th, 2019</para> 46 55 <itemizedlist> -
x/installing/xorg7.xml
r40d3e7a r5ce789c 138 138 </para></note> 139 139 140 <para> 141 If you've installed <xref linkend="sudo"/>, ensure that 142 <envar>XORG_PREFIX</envar> and <envar>XORG_CONFIG</envar> are available 143 in the <application>sudo</application> environment. As the 144 <systemitem class="username">root</systemitem> user, run the following 145 command: 146 </para> 147 148 <screen role="root"><userinput>cat > /etc/sudoers.d/xorg << EOF 149 <literal>Defaults env_keep += XORG_PREFIX 150 Defaults env_keep += XORG_CONFIG</literal> 151 EOF</userinput></screen> 152 140 153 <note><para>If you've decided to use the standard <filename 141 154 class="directory">/usr</filename> prefix, you can omit the remainder of
Note:
See TracChangeset
for help on using the changeset viewer.