Ignore:
Timestamp:
02/01/2013 10:31:14 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
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:
1af010b2
Parents:
8517108
Message:

Added gtk-update-icon-cache and update-desktop-database commands to various packages

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    r8517108 r2946338a  
    170170      If you wish to use <application>WPA Supplicant</application> with
    171171      <xref linkend="NetworkManager"/>, make sure that you have installed
    172       <xref linkend="dbus"/> and <xref linkend="libxml2"/>, then add
     172      <xref linkend="dbus"/> and <xref linkend="libxml2"/>, then add the
    173173      following options to the <application>WPA Supplicant</application>
    174174      build configuration file by running the following command:
     
    191191    <para>
    192192      If you have installed <xref linkend="qt"/> and wish to build
    193       <application>WPA Supplicant</application> GUI program, run
     193      the <application>WPA Supplicant</application> GUI program, run
    194194      the following commands:
    195195    </para>
     
    205205
    206206    <para>
    207       Now, as the <systemitem class="username">root</systemitem>
    208       user:
    209     </para>
    210 
    211 <screen role="root"><userinput>install -v -m755 wpa_{cli,passphrase,supplicant} /sbin &amp;&amp;
    212 install -v -m644 doc/docbook/wpa_supplicant.conf.5 /usr/share/man/man5 &amp;&amp;
    213 install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 /usr/share/man/man8</userinput></screen>
     207      Now, as the <systemitem class="username">root</systemitem> user:
     208    </para>
     209
     210<screen role="root"><userinput>install -v -m755 wpa_{cli,passphrase,supplicant}               \
     211                 /sbin                                         &amp;&amp;
     212install -v -m644 doc/docbook/wpa_supplicant.conf.5             \
     213                 /usr/share/man/man5                           &amp;&amp;
     214install -v -m644 doc/docbook/wpa_{cli,passphrase,supplicant}.8 \
     215                 /usr/share/man/man8</userinput></screen>
    214216
    215217    <para>
     
    223225<screen role="root"><userinput>install -v -m644 dbus/fi.{epitest.hostap.WPASupplicant,w1.wpa_supplicant1}.service \
    224226                 /usr/share/dbus-1/system-services &amp;&amp;
    225 install -v -m644 dbus/dbus-wpa_supplicant.conf /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
    226 
    227     <para>
    228       If you have built <application>WPA Supplicant</application> GUI
     227install -v -m644 dbus/dbus-wpa_supplicant.conf \
     228                 /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
     229
     230    <para>
     231      If you have built the <application>WPA Supplicant</application> GUI
    229232      program, install it by running the following commands as the
    230233      <systemitem class="username">root</systemitem> user:
    231234    </para>
    232235
    233 <screen role="root"><userinput>install -m755 wpa_gui-qt4/wpa_gui /usr/bin/ &amp;&amp;
    234 install -m644 doc/docbook/wpa_gui.8 /usr/share/man/man8/ &amp;&amp;
    235 install -m644 wpa_gui-qt4/wpa_gui.desktop /usr/share/applications/ &amp;&amp;
    236 install -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen>
     236<screen role="root"><userinput>
     237install -v -m755 wpa_gui-qt4/wpa_gui           /usr/bin/ &amp;&amp;
     238install -v -m644 doc/docbook/wpa_gui.8         /usr/share/man/man8/ &amp;&amp;
     239install -v -m644 wpa_gui-qt4/wpa_gui.desktop   /usr/share/applications/ &amp;&amp;
     240install -v -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen>
    237241
    238242    <note>
    239243      <para>
    240         You will need to restart system <application>D-Bus</application> daemon
    241         before you can use <application>WPA Supplicant</application>
     244        You will need to restart the system <application>D-Bus</application> daemon
     245        before you can use the <application>WPA Supplicant</application>
    242246        <application>D-Bus</application> interface.
    243247      </para>
    244248    </note>
    245249
     250    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     251      href="../../xincludes/update-desktop-database.xml"/>
    246252  </sect2>
    247253
     
    263269
    264270      <para>
    265         To connect to an access point that uses a password you need to put
     271        To connect to an access point that uses a password, you need to put
    266272        the pre-shared key in <filename>/etc/wpa_supplicant.conf</filename>. Use
    267273        <command>wpa_passphrase</command> to generate this. SSID is the string
Note: See TracChangeset for help on using the changeset viewer.