Changeset 69243a9
- Timestamp:
- 09/07/2012 11:15:34 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 23a38e60
- Parents:
- 23a2a230
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r23a2a230 r69243a9 382 382 <!ENTITY apache-ant-version "1.8.3"> 383 383 <!ENTITY at-version "3.1.13"> 384 <!ENTITY autofs-version "5.0. 6">384 <!ENTITY autofs-version "5.0.7"> 385 385 <!ENTITY bluez-version "4.101"> 386 386 <!ENTITY colord-version "0.1.22"> -
general/sysutils/autofs.xml
r23a2a230 r69243a9 7 7 <!ENTITY autofs-download-http "http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> 8 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 "24 0KB">11 <!ENTITY autofs-buildsize "8. 5MB">9 <!ENTITY autofs-md5sum "7aa414dd1d07e263795eced1992e8645"> 10 <!ENTITY autofs-size "248 KB"> 11 <!ENTITY autofs-buildsize "8.4 MB"> 12 12 <!ENTITY autofs-time "0.1 SBU"> 13 13 ]> … … 40 40 administrator to mount the devices.</para> 41 41 42 &lfs7 1_built;42 &lfs72_checked; 43 43 44 44 <bridgehead renderas="sect3">Package Information</bridgehead> … … 63 63 </listitem> 64 64 </itemizedlist> 65 65 <!-- 66 66 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 67 67 … … 78 78 patch_order-&autofs-version; | grep -v ^# > wget-list && 79 79 wget -i wget-list</userinput></screen> 80 80 --> 81 81 <bridgehead renderas="sect3">Autofs Dependencies</bridgehead> 82 82 … … 118 118 <para>Install <application>Autofs</application> by running the following 119 119 commands:</para> 120 120 <!-- 121 121 <screen><userinput>for f in `cat ../patch_order-&autofs-version;`; do 122 122 patch -Np1 -i ../$f 123 123 done && 124 125 ./configure --prefix=/ --mandir=/usr/share/man &&124 --> 125 <screen><userinput>./configure --prefix=/ --mandir=/usr/share/man && 126 126 make</userinput></screen> 127 127 … … 133 133 134 134 </sect2> 135 135 <!-- 136 136 <sect2 role="commands"> 137 137 <title>Command Explanations</title> … … 146 146 147 147 </sect2> 148 148 --> 149 149 <sect2 role="configuration"> 150 150 <title>Configuring Autofs</title> … … 182 182 <filename>auto.misc</filename>, <filename>auto.smb</filename>, and 183 183 <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> 185 186 186 187 <screen role="root"><userinput>mv /etc/auto.master /etc/auto.master.bak && … … 285 286 <seg>automount</seg> 286 287 <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, 288 289 lookup_userhome.so, lookup_yp.so, mount_afs.so, mount_autofs.so, 289 290 mount_bind.so, mount_changer.so, mount_ext2.so, mount_generic.so, -
introduction/welcome/changelog.xml
r23a2a230 r69243a9 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to autofs-5.0.7. Fixes 51 <ulink url="&blfs-ticket-root;3528">#3528</ulink>.</para> 52 </listitem> 53 </itemizedlist> 54 </listitem> 55 56 <listitem> 57 <para>September 6th, 2012</para> 58 <itemizedlist> 59 <listitem> 50 60 <para>[bdubbs] - Fix an obsolete file in sharutils.</para> 51 61 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.