Changeset 77b64bd for general/prog


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
  • general/prog/ojdk-conf.xml

    r03b278dc r77b64bd  
    5959
    6060# End /etc/profile.d/openjdk.sh</literal>
     61EOF</userinput></screen>
     62
     63    <para>
     64      If <xref linkend="sudo"/> is installed, the super user should have
     65      access to the above variables. Execute the following commands as the
     66       <systemitem class="username">root</systemitem> user:
     67    </para>
     68
     69<screen role="root"><userinput>cat &gt; /etc/sudoers.d/java &lt;&lt; "EOF"
     70<literal>Defaults env_keep += JAVA_HOME
     71Defaults env_keep += CLASSPATH</literal>
    6172EOF</userinput></screen>
    6273
Note: See TracChangeset for help on using the changeset viewer.