Changeset 06eb274


Ignore:
Timestamp:
07/14/2012 10:48:48 AM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
dd20c220
Parents:
5ef6186
Message:

made a couple of libevent links internal

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/nfs-utils.xml

    r5ef6186 r06eb274  
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    6464    <para role="required">
    65        <xref linkend="libtirpc"/> and 
     65       <xref linkend="libtirpc"/> and
    6666       <xref linkend="pkgconfig"/>
    6767    </para>
    68    
     68
    6969    <para role="required">
    7070       <xref linkend="rpcbind"/> (Runtime dependency)
     
    7272
    7373    <bridgehead renderas="sect4">Optional</bridgehead>
    74     <para role="optional"> 
     74    <para role="optional">
    7575      <xref linkend="tcpwrappers"/>
    7676    </para>
     
    7878    <bridgehead renderas="sect4">Optional for NFSv4 Support</bridgehead>
    7979    <para role="optional">
    80       <ulink url="http://www.monkey.org/~provos/libevent/">libevent</ulink> and
     80      <xref linkend="libevent"/> and
    8181      <ulink url="http://www.citi.umich.edu/projects/nfsv4/linux/">libnfsidmap</ulink>
    8282    </para>
     
    155155                           --disable-nfsv4        \
    156156                           --disable-nfsv41       \
    157                            --disable-gss &amp;&amp; 
     157                           --disable-gss &amp;&amp;
    158158make</userinput></screen>
    159159
     
    211211
    212212        <para>Install the <filename>/etc/rc.d/init.d/nfs-server</filename>
    213         init script included in the <xref linkend="bootscripts"/> package 
     213        init script included in the <xref linkend="bootscripts"/> package
    214214        to start the server at boot.</para>
    215215
     
    230230EOF</userinput></screen>
    231231
    232         <note><para>The above parameters may be optionally placed in 
     232        <note><para>The above parameters may be optionally placed in
    233233        <filename>/etc/sysconfig/rc.site</filename>.</para></note>
    234234
     
    273273        <title>Boot Script</title>
    274274
    275         <note><para>The following boot script is not required if the 
     275        <note><para>The following boot script is not required if the
    276276        nfs-server script is installed.</para></note>
    277277
     
    309309
    310310      <seglistitem>
    311         <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs), 
     311        <seg>exportfs, mountstats, mount.nfs, mount.nfs4 (link to mount.nfs),
    312312        nfsiostat, nfsstat, rpc.mountd, rpc.nfsd, rpc.statd, rpcdebug,
    313313        showmount, sm-notify, start-statd, umount.nfs (link to mount.nfs),
  • x/lib/xulrunner.xml

    r5ef6186 r06eb274  
    9999      <xref linkend="sqlite"/>,
    100100      <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
    101       <ulink url="http://libevent.org/">Libevent</ulink>,
     101      <xref linkend="libevent"/>,
    102102      <xref linkend="doxygen"/>,
    103103      <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/> (for
Note: See TracChangeset for help on using the changeset viewer.