Changeset 47be189b for general/sysutils


Ignore:
Timestamp:
04/27/2012 08:38:56 PM (12 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:
0ce14f4
Parents:
b936ad2
Message:

Update to autofs-5.0.6

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    rb936ad2 r47be189b  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6   <!ENTITY autofs-patch-dir     "http://ftp.kernel.org/pub/linux/daemons/autofs/v5">
    7   <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
    8   <!ENTITY autofs-download-ftp  "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.bz2">
    9   <!ENTITY autofs-md5sum        "a1d262cb6ebef0c2dd0fe22232fb3d5a">
    10   <!ENTITY autofs-size          "295 KB">
    11   <!ENTITY autofs-buildsize     "5.3 MB">
     6  <!ENTITY autofs-patch-dir     "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/patches-5.0.7">
     7  <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
     8  <!ENTITY autofs-download-ftp  "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
     9  <!ENTITY autofs-md5sum        "cb05edaa43116c1837776e503bd86a66">
     10  <!ENTITY autofs-size          "240 KB">
     11  <!ENTITY autofs-buildsize     "8.5 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    3939    other removable storage devices without requiring the system
    4040    administrator to mount the devices.</para>
    41     <!--although this capability is now generally
    42     provided by HAL (see
    43     <ulink url="http://www.freedesktop.org/wiki/Software/hal">Hal</ulink>).
    44     This may not be ideal for all installations, so be aware of the risks before
    45     implementing this feature.</para>-->
     41
     42    &lfs71_built;
    4643
    4744    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    7067
    7168    <para>Recommended Patches: There are frequent patches issued for
    72     <application>Autofs</application>. One method you can use to get the
     69    <application>autofs</application>. One method you can use to get the
    7370    current patches requires first installing the <xref linkend="wget"/>
    7471    package. After ensuring the <command>wget</command> command is installed
     
    8279wget -i wget-list</userinput></screen>
    8380
    84     <note><para>As of this writing, the patch list contains one patch
    85     labelled as from the 5.0.4 series of patches.</para></note>
    86 
    8781    <bridgehead renderas="sect3">Autofs Dependencies</bridgehead>
    8882
    89     <bridgehead renderas="sect4">Optional</bridgehead>
    90     <para role="optional"><xref linkend="openldap"/> and
    91     <xref linkend="cyrus-sasl"/></para>
     83    <bridgehead renderas="sect4">Required</bridgehead>
     84    <para role="required">
     85      <xref linkend="openldap"/>,
     86      <xref linkend="cyrus-sasl"/>, and
     87      <xref linkend="mitkrb"/></para>
    9288
    9389    <para condition="html" role="usernotes">User Notes:
     
    126122  patch -Np1 -i ../$f
    127123done &amp;&amp;
     124
    128125./configure --prefix=/ --mandir=/usr/share/man &amp;&amp;
    129126make</userinput></screen>
     
    133130    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    134131
    135 <screen role="root"><userinput>make install &amp;&amp;
    136 ln -sf  ../init.d/autofs /etc/rc.d/rcsysinit.d/S52autofs</userinput></screen>
     132<screen role="root"><userinput>make install</userinput></screen>
    137133
    138134  </sect2>
     
    252248    </sect3>
    253249
    254 <!--
    255250    <sect3  id="autofs-init">
    256251      <title>Boot Script</title>
    257252
    258 
    259       <para>Install the <filename>/etc/rc.d/init.d/autofs</filename> mount script
    260       and <filename>/etc/sysconfig/autofs.conf</filename> support file included
    261       with the <xref linkend="bootscripts"/> package.</para>
     253      <para> <application>autofs</application> installs it's own boot script,
     254      but it has no capability for logging or visual conformance with other
     255      BLFS scripts.</para>
     256
     257      <para>Install the <filename>/etc/init.d/autofs</filename> mount script
     258      included with the <xref linkend="bootscripts"/> package.</para>
    262259
    263260      <indexterm zone="autofs autofs-init">
     
    274271
    275272    </sect3>
    276 -->
    277273
    278274  </sect2>
     
    288284      <seglistitem>
    289285        <seg>automount</seg>
    290         <seg>lookup_file.so, lookup_hosts.so, lookup_multi.so,
    291         lookup_nisplus.so, lookup_program.so, lookup_userhome.so,
    292         lookup_yp.so, mount_afs.so, mount_autofs.so, mount_bind.so,
    293         mount_changer.so, mount_ext2.so, mount_generic.so,
    294         mount_nfs.so, parse_sun.so</seg>
    295         <seg>/lib/autofs and /var/run/autofs</seg>
     286        <seg>lookup_dir.so, lookup_file.so, lookup_hosts.so, lookup_ldap.so,
     287             lookup_multi.so, lookup_nisplus.so, lookup_program.so, lookup_sss.so,
     288             lookup_userhome.so, lookup_yp.so, mount_afs.so, mount_autofs.so,
     289             mount_bind.so, mount_changer.so, mount_ext2.so, mount_generic.so,
     290             mount_nfs.so, parse_sun.so</seg>
     291        <seg>/lib/autofs</seg>
    296292      </seglistitem>
    297293    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.