Ignore:
Timestamp:
12/04/2021 03:28:15 PM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
lazarus
Children:
e6974d1
Parents:
b22e4ceb (diff), edd2feb7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into lazarus

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/autofs.xml

    rb22e4ceb r8307474  
    77  <!ENTITY autofs-download-http "&kernel-dl;/linux/daemons/autofs/v5/autofs-&autofs-version;.tar.xz">
    88  <!ENTITY autofs-download-ftp  " ">
    9   <!ENTITY autofs-md5sum        "6bd1ea8a9e5dc3a7dc95119e3bbaf52c">
    10   <!ENTITY autofs-size          "324 KB">
    11   <!ENTITY autofs-buildsize     "6.7 MB">
     9  <!ENTITY autofs-md5sum        "72d81645d39a857c3d16bd3a32e9cb44">
     10  <!ENTITY autofs-size          "320 KB">
     11  <!ENTITY autofs-buildsize     "6.5 MB">
    1212  <!ENTITY autofs-time          "0.1 SBU">
    1313]>
     
    127127
    128128    <title>Installation of Autofs</title>
    129 
    130     <para>Some lines of code need to be removed for this package to be
    131     consistent with glibc-2.34. We will remove these lines with some sed commands
    132     by line numbers showing slightly different methods.</para>
    133 
    134 <screen><userinput>sed -e '87d'        \
    135     -e '2618,2644d' \
    136     -i daemon/automount.c &amp;&amp;
    137 
    138 sed -i '1178,1180d' daemon/state.c &amp;&amp;
    139 sed -i '275,+2 d'   lib/alarm.c</userinput></screen>
    140 
    141129
    142130    <para>
     
    393381        <seg>
    394382          lookup_dir.so, lookup_file.so, lookup_files.so, lookup_hosts.so,
    395           lookup_ldap.so, lookup_multi.so, lookup_nis.so, lookup_nisplus.so,
     383          lookup_ldap.so (optional), lookup_multi.so, lookup_nis.so,
    396384          lookup_program.so, lookup_userhome.so, lookup_yp.so, mount_afs.so,
    397385          mount_autofs.so, mount_bind.so, mount_changer.so, mount_ext2.so,
     
    399387          mount_nfs4.so, parse_amd.so, and parse_sun.so
    400388           </seg>
    401         <seg>/usr/lib/autofs, /etc/autofs</seg>
     389        <seg>/usr/lib/autofs and /etc/autofs</seg>
    402390      </seglistitem>
    403391    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.