Ignore:
Timestamp:
09/04/2024 05:33:15 PM (3 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
af40952f
Parents:
10ef2773
Message:

wpa_supplicant: cleanup after removing the GUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netprogs/wpa_supplicant.xml

    r10ef2773 r0bb63a3  
    1111  <!ENTITY wpa_supplicant-size          "3.7 MB">
    1212  <!ENTITY wpa_supplicant-buildsize     "35 MB">
    13   <!ENTITY wpa_supplicant-time          "0.3 SBU (without optional gui)">
     13  <!ENTITY wpa_supplicant-time          "0.3 SBU">
    1414]>
    1515
     
    225225                 /etc/dbus-1/system.d/wpa_supplicant.conf</userinput></screen>
    226226
    227     <para>
    228       If you have built the <application>WPA Supplicant</application> GUI
    229       program, install it by running the following commands as the
    230       <systemitem class="username">root</systemitem> user:
    231     </para>
    232 
    233 <screen role="root"><userinput>install -v -m755 wpa_gui-qt4/wpa_gui /usr/bin/ &amp;&amp;
    234 install -v -m644 doc/docbook/wpa_gui.8 /usr/share/man/man8/ &amp;&amp;
    235 install -v -m644 wpa_gui-qt4/wpa_gui.desktop /usr/share/applications/ &amp;&amp;
    236 install -v -m644 wpa_gui-qt4/icons/wpa_gui.svg /usr/share/pixmaps/</userinput></screen>
    237 
    238227    <note>
    239228      <para>
     
    347336      <para>
    348337        Connecting to a new access point that is not in the configuration
    349         file can be accomplished manually via the command line or GUI, but it
     338        file can be accomplished manually via the command line, but it
    350339        must be done via a privileged user. To do that, add the following to
    351340        the configuration file:
     
    516505      <seglistitem>
    517506        <seg>
    518           wpa_gui, wpa_supplicant, wpa_passphrase and wpa_cli
     507          wpa_supplicant, wpa_passphrase and wpa_cli
    519508        </seg>
    520509        <seg>
     
    531520      <?dbfo list-presentation="list"?>
    532521      <?dbhtml list-presentation="table"?>
    533 
    534       <varlistentry id="wpa_gui">
    535         <term><command>wpa_gui</command></term>
    536         <listitem>
    537           <para>
    538             is a graphical frontend program for interacting with
    539             <application>wpa_supplicant</application>
    540           </para>
    541           <indexterm zone="wpa_supplicant wpa_gui">
    542             <primary sortas="b-wpa_gui">wpa_gui</primary>
    543           </indexterm>
    544         </listitem>
    545       </varlistentry>
    546522
    547523      <varlistentry id="wpa_supplicant-prog">
Note: See TracChangeset for help on using the changeset viewer.