Changeset 9ce4c50c


Ignore:
Timestamp:
02/13/2012 03:33:03 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
412a8ef
Parents:
cf09561
Message:

add libtirpc as an optional dependency of linux-PAM

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/linux-pam.xml

    rcf09561 r9ce4c50c  
    8282    <bridgehead renderas="sect4">Optional</bridgehead>
    8383    <para role="optional"><xref linkend="cracklib"/>,
    84     <xref linkend="x-window-system"/>,
     84    <xref linkend="libtirpc"/>, <xref linkend="x-window-system"/>,
    8585    <xref linkend="db"/> (for the pam_userdb module), and
    8686    <ulink url="http://www.prelude-ids.org/">Prelude</ulink></para>
     
    152152    the command line, being installed in the same directory as the PAM modules.
    153153    The other executable is later moved to the
    154     <filename class='directory'>/sbin</filename> directory.</para>
     154    <filename class="directory">/sbin</filename> directory.</para>
    155155
    156156    <para><parameter>--docdir=...</parameter>: This parameter results in
     
    158158
    159159    <para><parameter>--disable-nis</parameter>: This option disables building
    160     Network Information Service/Yellow Pages support in pam_unix and pam_access
    161     as the RPC implementation in glibc (on which NIS/YP depends) is
    162     deprecated.</para>
     160    Network Information Service/Yellow Pages support in pam_unix and pam_access.
     161    The RPC implementation in glibc (on which NIS/YP depends) is deprecated. However, the same functionality is provided by
     162    <application>Libtirpc</application> so if you've installed
     163    <xref linkend="libtirpc"/> you can remove the
     164    <parameter>--disable-nis</parameter> option.</para>
    163165
    164166    <para><parameter>--enable-read-both-confs</parameter>: This parameter
     
    204206
    205207      <para>Configuration information is placed in
    206       <filename class='directory'>/etc/pam.d/</filename> or
     208      <filename class="directory">/etc/pam.d/</filename> or
    207209      <filename>/etc/pam.conf</filename> depending on system administrator
    208210       preference. Below are example files of each type:</para>
     
    278280
    279281      <varlistentry id="libpam">
    280         <term><filename class='libraryfile'>libpam.{so,a}</filename></term>
     282        <term><filename class="libraryfile">libpam.{so,a}</filename></term>
    281283        <listitem>
    282284          <para>provides the interfaces between applications and the
  • x/lib/xulrunner.xml

    rcf09561 r9ce4c50c  
    55  %general-entities;
    66
    7   <!ENTITY xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    8   <!ENTITY xulrunner-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     7  <!ENTITY xulrunner-download-http
     8  "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     9  <!ENTITY xulrunner-download-ftp
     10  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    911  <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
    10   <!ENTITY xulrunner-md5sum        "13c61203ccfa583e5a54b4dc22f41233">
     12  <!ENTITY xulrunner-md5sum        "265c53120fd923c742164b0002ebbf6c">
    1113  <!ENTITY xulrunner-size          "72 MB">
    1214  <!ENTITY xulrunner-buildsize     "2.6 GB (440 MB installed)">
     
    7274    <application>libpng</application> (patched for apng support) should have
    7375    been installed before <application>gdk-pixbuf</application> and should
    74     exist on your system. If for some strange reason you haven&apos;t installed
     76    exist on your system. If for some strange reason you haven't installed
    7577    them, you should remove the <option>--with-system-jpeg</option> and
    7678    <option>--with-system-png</option> options from the
     
    191193
    192194    <para><command>sed -i 's#VPX_CODEC_USE ...</command>: This fixes
    193     <application>Xulrunner&apos;s</application> <command>configure</command>
     195    <application>Xulrunner's</application> <command>configure</command>
    194196    script to properly detect libvpx-v1.0.0. It is not needed if you have
    195     libvpx-v0.9.7 or earlier installed or if you&apos;ve not installed
     197    libvpx-v0.9.7 or earlier installed or if you've not installed
    196198    <xref linkend="libvpx"/>.</para>
    197199
Note: See TracChangeset for help on using the changeset viewer.