Changeset 69243a9 for general


Ignore:
Timestamp:
09/07/2012 11:15:34 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:
23a38e60
Parents:
23a2a230
Message:

Update to autofs-5.0.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    r23a2a230 r69243a9  
    77  <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
    88  <!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">
     9  <!ENTITY autofs-md5sum        "7aa414dd1d07e263795eced1992e8645">
     10  <!ENTITY autofs-size          "248 KB">
     11  <!ENTITY autofs-buildsize     "8.4 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    4040    administrator to mount the devices.</para>
    4141
    42     &lfs71_built;
     42    &lfs72_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6363      </listitem>
    6464    </itemizedlist>
    65 
     65<!--
    6666    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6767
     
    7878    patch_order-&autofs-version; | grep -v ^# &gt; wget-list &amp;&amp;
    7979wget -i wget-list</userinput></screen>
    80 
     80-->
    8181    <bridgehead renderas="sect3">Autofs Dependencies</bridgehead>
    8282
     
    118118    <para>Install <application>Autofs</application> by running the following
    119119    commands:</para>
    120 
     120<!--
    121121<screen><userinput>for f in `cat ../patch_order-&autofs-version;`; do
    122122  patch -Np1 -i ../$f
    123123done &amp;&amp;
    124 
    125 ./configure --prefix=/ --mandir=/usr/share/man &amp;&amp;
     124-->
     125<screen><userinput>./configure --prefix=/ --mandir=/usr/share/man &amp;&amp;
    126126make</userinput></screen>
    127127
     
    133133
    134134  </sect2>
    135 
     135<!--
    136136  <sect2 role="commands">
    137137    <title>Command Explanations</title>
     
    146146
    147147  </sect2>
    148 
     148-->
    149149  <sect2 role="configuration">
    150150    <title>Configuring Autofs</title>
     
    182182      <filename>auto.misc</filename>,  <filename>auto.smb</filename>, and
    183183      <filename>auto.net</filename>. Replace the
    184       <filename>auto.master</filename> file with the following commands:</para>
     184      <filename>auto.master</filename> file with the following commands
     185      as the <systemitem class="username">root</systemitem> user:</para>
    185186
    186187<screen role="root"><userinput>mv /etc/auto.master /etc/auto.master.bak &amp;&amp;
     
    285286        <seg>automount</seg>
    286287        <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_multi.so, lookup_nisplus.so, lookup_program.so,
    288289             lookup_userhome.so, lookup_yp.so, mount_afs.so, mount_autofs.so,
    289290             mount_bind.so, mount_changer.so, mount_ext2.so, mount_generic.so,
Note: See TracChangeset for help on using the changeset viewer.