Changeset 1e497c6 for postlfs


Ignore:
Timestamp:
06/02/2013 01:06:41 PM (11 years ago)
Author:
Igor Živković <igor@…>
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:
5a2f5972
Parents:
e803c07e
Message:

Sudo-1.8.6p8

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/sudo.xml

    re803c07e r1e497c6  
    77  <!ENTITY sudo-download-http "http://www.sudo.ws/sudo/dist/sudo-&sudo-version;.tar.gz">
    88  <!ENTITY sudo-download-ftp  "ftp://ftp.twaren.net/Unix/Security/Sudo/sudo-&sudo-version;.tar.gz">
    9   <!ENTITY sudo-md5sum        "a7b5c39a904721956eccddd30689250f">
     9  <!ENTITY sudo-md5sum        "6dac48c73c8e0932980efcddafa569af">
    1010  <!ENTITY sudo-size          "1.8 MB">
    11   <!ENTITY sudo-buildsize     "19 MB">
    12   <!ENTITY sudo-time          "0.2 SBU">
     11  <!ENTITY sudo-buildsize     "23 MB">
     12  <!ENTITY sudo-time          "0.3 SBU">
    1313]>
    1414
     
    102102    </para>
    103103
    104 <screen><userinput>./configure --prefix=/usr                   \
    105             --libexecdir=/usr/lib/sudo      \
     104<screen><userinput>./configure --prefix=/usr                        \
     105            --libexecdir=/usr/lib/sudo           \
    106106            --docdir=/usr/share/doc/sudo-&sudo-version; \
    107             --with-all-insults              \
    108             --with-env-editor               \
    109             --without-pam                   \
    110             --without-sendmail &amp;&amp;
     107            --with-all-insults                   \
     108            --with-env-editor                    &amp;&amp;
    111109make</userinput></screen>
    112110
     
    136134    </para>
    137135
    138     <para>
    139       <option>--without-pam</option>: This switch disables the use of
     136<!--
     137    <para>
     138      <option>- -without-pam</option>: This switch disables the use of
    140139      <application>PAM</application> authentication. Omit if you have
    141140      <application>Linux PAM</application> installed.
     
    143142
    144143    <para>
    145       <option>--without-sendmail</option>: This switch disables the use of
     144      <option>- -without-sendmail</option>: This switch disables the use of
    146145      sendmail. Remove if you have a sendmail compatible MTA.
    147146   </para>
    148147
     148-->
    149149    <note>
    150150      <para>
Note: See TracChangeset for help on using the changeset viewer.