Changeset 77b64bd for x/lib


Ignore:
Timestamp:
12/02/2018 11:05:51 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
ff7c4c3e
Parents:
03b278dc
Message:

Upadte sudo instructions to utilize /etc/sudoers.d directory. Extend configuation where appropriate for needed super user environment variables in QT, KDE, and Java packages. Fixes #11400.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/qt5.xml

    r03b278dc r77b64bd  
    451451
    452452# End /etc/profile.d/qt5.sh</literal>
     453EOF</userinput></screen>
     454
     455      <para>
     456        If <xref linkend="sudo"/> is installed, QT5DIR should be available to
     457        the super user as well. Execute the following commands as the
     458        <systemitem class="username">root</systemitem> user:
     459      </para>
     460
     461<screen role="root"><userinput>cat &gt; /etc/sudoers.d/qt &lt;&lt; "EOF"
     462<literal>Defaults env_keep += QT5DIR</literal>
    453463EOF</userinput></screen>
    454464
Note: See TracChangeset for help on using the changeset viewer.