Changeset 858aaf8e


Ignore:
Timestamp:
06/26/2013 05:32:24 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a47afc
Parents:
af74d659
Message:

Place sudo files in FHS locations

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    raf74d659 r858aaf8e  
    103103
    104104<screen><userinput>./configure --prefix=/usr                      \
    105             --libexecdir=/usr/lib/sudo         \
     105            -libexecdir=/usr/lib/sudo          \
    106106            --docdir=/usr/share/doc/sudo-&sudo-version; \
     107            --with-timedir=/var/lib/sudo       \
    107108            --with-all-insults                 \
    108109            --with-env-editor                  &amp;&amp;
     
    123124  <sect2 role="commands">
    124125    <title>Command Explanations</title>
     126
     127    <para>
     128      <option>--with-timedir=/var/lib/sudo</option>: This switch places
     129      the variable time stamp files in a FHS compatible location.
     130    </para>
    125131
    126132    <para>
     
    243249    <segmentedlist>
    244250      <segtitle>Installed Programs</segtitle>
    245       <segtitle>Installed Libraries</segtitle>
     251       <segtitle>Installed Libraries</segtitle>
    246252      <segtitle>Installed Directories</segtitle>
    247253
     
    254260        </seg>
    255261        <seg>
    256           /etc/sudoers.d, /var/db/sudo, /usr/lib/sudo, /usr/lib/sudo and
     262          /etc/sudoers.d, /var/lib/sudo, /usr/lib/sudo, and
    257263          /usr/share/doc/sudo-&sudo-version;
    258264        </seg>
     
    316322        </listitem>
    317323      </varlistentry>
    318 
     324<!--
    319325      <varlistentry id="sudoers">
    320326        <term><filename class='libraryfile'>sudoers.so</filename></term>
     
    342348        </listitem>
    343349      </varlistentry>
    344 
     350-->
    345351    </variablelist>
    346352
Note: See TracChangeset for help on using the changeset viewer.