Ignore:
Timestamp:
05/11/2012 01:49:44 PM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
0331c46
Parents:
e355d777
Message:

Removed telepathy-farsight. Check libdaemon, libusb-compat and mod_dnssd. Sort Xorg Libraries section of general.ent

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/mod_dnssd.xml

    re355d777 r89e3131  
    3030    <title>Introduction to mod_dnssd</title>
    3131
    32     <para>The <application>mod_dnssd</application> package is an
    33     <application>Apache</application> HTTPD module which adds Zeroconf support
    34     via DNS-SD using <application>Avahi</application>. This allows
    35     <application>Apache</application> to advertise itself and the websites
    36     available to clients compatible with the protocol.</para>
     32    <para>
     33      The <application>mod_dnssd</application> package is an
     34      <application>Apache</application> HTTPD module which adds Zeroconf support
     35      via DNS-SD using <application>Avahi</application>. This allows
     36      <application>Apache</application> to advertise itself and the websites
     37      available to clients compatible with the protocol.
     38    </para>
    3739
    38     &lfs65_checked;
     40    &lfs70_checked;
    3941
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&mod_dnssd-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&mod_dnssd-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&mod_dnssd-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&mod_dnssd-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &mod_dnssd-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &mod_dnssd-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &mod_dnssd-size;</para>
     60        <para>
     61          Download size: &mod_dnssd-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &mod_dnssd-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &mod_dnssd-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &mod_dnssd-time;</para>
     70        <para>
     71          Estimated build time: &mod_dnssd-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
     
    6377
    6478    <bridgehead renderas="sect4">Required</bridgehead>
    65     <para role="required"><xref linkend="apache"/> and
    66     <xref linkend="avahi"/></para>
     79    <para role="required">
     80      <xref linkend="apache"/> and
     81      <xref linkend="avahi"/>
     82    </para>
    6783
    6884    <bridgehead renderas="sect4">Optional</bridgehead>
    69     <para role="optional"><xref linkend="lynx"/></para>
     85    <para role="optional">
     86      <xref linkend="lynx"/>
     87    </para>
    7088
    7189    <para condition="html" role="usernotes">User Notes:
     
    7795    <title>Installation of mod_dnssd</title>
    7896
    79     <para>Install <application>mod_dnssd</application> by running the following
    80     commands:</para>
     97    <para>
     98      Install <application>mod_dnssd</application> by running the following
     99      commands:
     100    </para>
    81101
    82102<screen><userinput>./configure --prefix=/usr \
     
    84104make</userinput></screen>
    85105
    86     <para>This package does not come with a test suite.</para>
     106    <para>
     107      This package does not come with a test suite.
     108    </para>
    87109
    88     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     110    <para>
     111      Now, as the <systemitem class="username">root</systemitem> user:
     112    </para>
    89113
    90114<screen role="root"><userinput>make install</userinput></screen>
     
    95119    <title>Command Explanations</title>
    96120
    97     <para><parameter>--disable-lynx</parameter>: This parameter turns off
    98     <application>Lynx</application> usage for documentation generation. Remove
    99     it if you have <application>Lynx</application> installed.</para>
     121    <para>
     122      <option>--disable-lynx</option>: This parameter turns off
     123      <application>Lynx</application> usage for documentation generation.
     124      Remove it if you have <application>Lynx</application> installed.
     125    </para>
    100126
    101127  </sect2>
     
    105131
    106132    <segmentedlist>
    107       <segtitle>Installed Programs</segtitle>
    108133      <segtitle>Installed Library</segtitle>
    109       <segtitle>Installed Directories</segtitle>
    110134
    111135      <seglistitem>
    112         <seg>None</seg>
    113136        <seg>mod_dnssd.so</seg>
    114         <seg>None</seg>
    115137      </seglistitem>
    116138    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.