Ignore:
Timestamp:
06/17/2013 10:13:45 AM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
a6d9935c
Parents:
ffa42a5
Message:

Remove packages that are now in lfs systemd from blfs.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    rffa42a5 rc67fbf64  
    8787    <bridgehead renderas="sect4">Optional</bridgehead>
    8888    <para role="optional">
    89       <xref linkend="dbus"/>,
    90       <xref linkend="libxml2"/> and
    9189      <xref linkend="qt4"/>
    9290    </para>
     
    165163CONFIG_WPS=y
    166164CFLAGS += -I/usr/include/libnl3
    167 EOF</userinput></screen>
    168 
    169     <para>
    170       If you wish to use <application>WPA Supplicant</application> with
    171       <xref linkend="NetworkManager"/>, make sure that you have installed
    172       <xref linkend="dbus"/> and <xref linkend="libxml2"/>, then add the
    173       following options to the <application>WPA Supplicant</application>
    174       build configuration file by running the following command:
    175     </para>
    176 
    177 <screen><userinput>cat &gt;&gt; wpa_supplicant/.config &lt;&lt; "EOF"
    178165CONFIG_CTRL_IFACE_DBUS=y
    179166CONFIG_CTRL_IFACE_DBUS_NEW=y
     
    210197<screen role="root"><userinput>install -v -m755 wpa_{cli,passphrase,supplicant} /sbin/ &amp;&amp;
    211198install -v -m644 doc/docbook/wpa_supplicant.conf.5 /usr/share/man/man5/ &amp;&amp;
    212 install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 /usr/share/man/man8/</userinput></screen>
    213 
    214     <para>
    215       If you have built <application>WPA Supplicant</application> with
    216       <application>D-Bus</application> support, you will need to install
    217       <application>D-Bus</application> configuration files. Install them
    218       by running the following commands as the
    219       <systemitem class="username">root</systemitem> user:
    220     </para>
    221 
    222 <screen role="root"><userinput>install -v -m644 dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
     199install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 /usr/share/man/man8/ &amp;&amp;
     200install -v -m644 dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
    223201                 /usr/share/dbus-1/system-services/ &amp;&amp;
    224202install -v -m644 dbus/dbus-wpa_supplicant.conf \
Note: See TracChangeset for help on using the changeset viewer.