Ignore:
Timestamp:
09/22/2018 11:32:07 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
basic
Children:
4de7ca7
Parents:
acf7e2c
Message:

Convert internal like to external links for BLFS packages not in
the Basic book.

Reorder some chapters.

Merge System V and systemd sections so both are always displayed
with proper attribution for system type.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/basic@20524 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    racf7e2c r6397333  
    9393      <xref linkend="libnl"/>
    9494    </para>
    95 <!--
     95
    9696    <bridgehead renderas="sect4">Optional</bridgehead>
    9797    <para role="optional">
    98       <xref linkend="dbus"/>,
    99       <xref linkend="libxml2"/>, and
    100       <xref linkend="qt5"/>
    101     </para>
    102 -->
     98      <ulink url="&blfs-book;general/dbus.html">D-Bus</ulink>,
     99      <ulink url="&blfs-book;general/libxml2.html">libxml2</ulink>, and
     100      <ulink url="&blfs-book;x/qt5.html">qt5</ulink>
     101    </para>
     102
    103103    <para condition="html" role="usernotes">User Notes:
    104104      <ulink url="&blfs-wiki;/wpa_supplicant"/>
     
    175175CFLAGS += -I/usr/include/libnl3</literal>
    176176EOF</userinput></screen>
    177 <!--
     177
    178178    <para>
    179179      If you wish to use <application>WPA Supplicant</application> with
    180       <xref linkend="NetworkManager"/>, make sure that you have installed
    181       <xref linkend="dbus"/> and <xref linkend="libxml2"/>, then add the
     180      <ulink url="&blfs-book;basicnet/networkmanager.html">NetworkManager</ulink>,
     181      make sure that you have installed
     182      D-Bus and libxml2, then add the
    182183      following options to the <application>WPA Supplicant</application>
    183184      build configuration file by running the following command:
    184185    </para>
    185 -->
     186
    186187<screen><userinput>cat &gt;&gt; wpa_supplicant/.config &lt;&lt; "EOF"
    187188<literal>CONFIG_CTRL_IFACE_DBUS=y
     
    198199cd wpa_supplicant                                         &amp;&amp;
    199200make BINDIR=/sbin LIBDIR=/lib</userinput></screen>
    200 <!--
    201     <para>
    202       If you have installed <xref linkend="qt5"/> and wish to build
     201
     202    <para>
     203      If you have installed qt5 and wish to build
    203204      the <application>WPA Supplicant</application> GUI program, run
    204205      the following commands:
     
    206207
    207208    <note><para>The following directory name is labelled qt4, but
    208     is compatible with <xref linkend="qt5"/>.</para></note>
    209 -->
     209    is compatible with qt5.</para></note>
     210
    210211<screen><userinput>pushd wpa_gui-qt4 &amp;&amp;
    211212qmake wpa_gui.pro &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.