Changeset 73b53eb
- Timestamp:
- 04/16/2014 08:43:15 PM (10 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 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:
- f23c35f4
- Parents:
- 4d0bf50
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r4d0bf50 r73b53eb 336 336 <!ENTITY acpid-version "2.0.21"> 337 337 <!ENTITY at-version "3.1.14"> 338 <!ENTITY autofs-version "5.0. 8">338 <!ENTITY autofs-version "5.0.9"> 339 339 <!ENTITY bluez-version "5.18"> 340 340 <!ENTITY colord-version "1.2.0"> <!-- Even minors only --> -
general/sysutils/autofs.xml
r4d0bf50 r73b53eb 5 5 %general-entities; 6 6 7 <!ENTITY autofs-download-http " http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">7 <!ENTITY autofs-download-http " "> 8 8 <!ENTITY autofs-download-ftp "ftp://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz"> 9 <!ENTITY autofs-md5sum " 4ed5271598fb1a76475364a4879c7578">10 <!ENTITY autofs-size "2 49KB">11 <!ENTITY autofs-buildsize " 7.6 MB">9 <!ENTITY autofs-md5sum "7e947834063b55666f3727e77503af37"> 10 <!ENTITY autofs-size "256 KB"> 11 <!ENTITY autofs-buildsize "8.6 MB"> 12 12 <!ENTITY autofs-time "0.1 SBU"> 13 13 ]> … … 112 112 commands:</para> 113 113 114 <screen><userinput>./configure --prefix=/ --mandir=/usr/share/man && 114 <screen><userinput>./configure --prefix=/ \ 115 --without-openldap \ 116 --mandir=/usr/share/man && 115 117 make</userinput></screen> 116 118 … … 129 131 <option>--with-libtirpc</option>: This switch enables libtirpc support if 130 132 available. 133 </para> 134 135 <para> 136 <option>--without-openldap</option>: This switch disables openldap if found. If 137 openldap is desired, omit this switch. Note that openldap support in autofs 138 requires <xref linkend="mitkrb"/>. 131 139 </para> 132 140 -
introduction/welcome/changelog.xml
r4d0bf50 r73b53eb 49 49 <itemizedlist> 50 50 <listitem> 51 <para>[bdubbs] - Updated to autofs-5.0.9. Fixes 52 <ulink url="&blfs-ticket-root;4892">#4892</ulink>.</para> 53 </listitem> 54 <listitem> 51 55 <para>[bdubbs] - Added patch to lxpanel to fix handling 52 56 of .desktop files. Fixes
Note:
See TracChangeset
for help on using the changeset viewer.