Ignore:
Timestamp:
02/11/2013 06:51:17 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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd.xml

    ra161de9 r0d7900a  
    7272    <bridgehead renderas="sect3">Wicd Dependencies</bridgehead>
    7373
    74     <note><para>Wicd uses <command>ifconfig</command> to activate network 
    75     connections. <command>ifconfig</command> is provided by both the Inetutils 
    76     and Net-tools packages. The Inetutils package is part of LFS, but the 
    77     <command>ifconfig</command> command is not installed by the LFS instructions. 
    78     If you choose to install the Inetutils version of <option>ifconfig</option>, 
    79     you need to reinstall the package and configure it without the 
     74    <note><para>Wicd uses <command>ifconfig</command> to activate network
     75    connections. <command>ifconfig</command> is provided by both the Inetutils
     76    and Net-tools packages. The Inetutils package is part of LFS, but the
     77    <command>ifconfig</command> command is not installed by the LFS instructions.
     78    If you choose to install the Inetutils version of <option>ifconfig</option>,
     79    you need to reinstall the package and configure it without the
    8080    <option>--disable-ifconfig</option> switch.
    8181    </para></note>
    82    
     82
    8383    <bridgehead renderas="sect4">Required</bridgehead>
    8484    <para role="required">
     
    8686    <xref linkend="dbus-python"/>,
    8787    <xref linkend="wireless_tools"/> and
    88     <xref linkend="net-tools"/> (Wicd needs <command>ifconfig</command> and 
     88    <xref linkend="net-tools"/> (Wicd needs <command>ifconfig</command> and
    8989    <command>mii-tool</command> from this package)
    9090    </para>
    91    
     91
    9292    <bridgehead renderas="sect4">Recommended</bridgehead>
    9393    <para role="recommended">
     
    137137    configuration files. You may omit it if you use these utilities.</para>
    138138
    139     <para><option>--no-install-kde</option>: Prevent installation of an 
    140     autostart desktop file for KDE. If you use KDE, you should instead install the 
     139    <para><option>--no-install-kde</option>: Prevent installation of an
     140    autostart desktop file for KDE. If you use KDE, you should instead install the
    141141    <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde">Wicd KDE Client</ulink>.
    142142    </para>
    143143
    144     <para><option>--no-install-acpi</option>: Prevent installation of 
     144    <para><option>--no-install-acpi</option>: Prevent installation of
    145145    <command>suspend</command> and <command>resume</command> scripts for acpid.
    146146    Omit this option if you use acpid.</para>
    147147
    148     <para><option>--no-install-pmutils</option>: Prevent installation of hooks for 
     148    <para><option>--no-install-pmutils</option>: Prevent installation of hooks for
    149149    pm-utils. Omit this option if you use pm-utils.</para>
    150150
    151     <para><option>--no-install-init</option>: Prevent installation of any init scripts, 
     151    <para><option>--no-install-init</option>: Prevent installation of any init scripts,
    152152    as a bootscript is installed later in the instructions.</para>
    153153
    154     <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>: 
    155     The group that will have permission to use the Wicd client (default is the 
     154    <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
     155    The group that will have permission to use the Wicd client (default is the
    156156    <systemitem class="groupname">users</systemitem> group).</para>
    157157  </sect2>
     
    164164
    165165      <para><filename>/etc/wicd/manager-settings.conf</filename>,
    166       <filename>/etc/wicd/wired-settings.conf</filename> and 
     166      <filename>/etc/wicd/wired-settings.conf</filename> and
    167167      <filename>/etc/wicd/wireless-settings.conf</filename></para>
    168168
     
    184184      <screen role='root'><userinput>make install-wicd</userinput></screen>
    185185
    186       <para>Since Wicd will now handle all configuration of network devices, 
    187       the network bootscript installed by LFS should be disabled. This can be 
    188       achieved by either removing any <filename>S*network</filename> and 
    189       <filename>K*network</filename> symlinks in the <filename>/etc/rc*.d</filename> 
    190       directories or by setting <literal>ONBOOT=no</literal> in any 
     186      <para>Since Wicd will now handle all configuration of network devices,
     187      the network bootscript installed by LFS should be disabled. This can be
     188      achieved by either removing any <filename>S*network</filename> and
     189      <filename>K*network</filename> symlinks in the <filename>/etc/rc*.d</filename>
     190      directories or by setting <literal>ONBOOT=no</literal> in any
    191191      <filename>/etc/sysconfig/ifconfig.*</filename> files.</para>
    192192
    193193      <para>No manual configuration of Wicd is needed if you use the graphical
    194194      frontends. If you are only going to use Wicd from command-line, you can configure
    195       it using the configuration files in <filename>/etc/wicd</filename>. For a list of 
    196       available options, look at the man-pages for: wicd-manager-settings.conf, 
     195      it using the configuration files in <filename>/etc/wicd</filename>. For a list of
     196      available options, look at the man-pages for: wicd-manager-settings.conf,
    197197      wicd-wired-settings.conf and wicd-wireless-settings.conf.</para>
    198      
    199       <para>Be sure to add all users who are to have rights to open and close network 
    200       connections with Wicd to the <systemitem class="groupname">users</systemitem> 
    201       group (or the group specified with the <option>--wicdgroup</option> configuration 
     198
     199      <para>Be sure to add all users who are to have rights to open and close network
     200      connections with Wicd to the <systemitem class="groupname">users</systemitem>
     201      group (or the group specified with the <option>--wicdgroup</option> configuration
    202202      option).</para>
    203      
     203
    204204    </sect3>
    205205
     
    217217        <seg>wicd, wicd-cli, wicd-client, wicd-curses and wicd-gtk</seg>
    218218        <seg>none</seg>
    219         <seg>/etc/wicd, /usr/lib/python2.7/site-packages/wicd, /usr/share/doc/wicd, 
     219        <seg>/etc/wicd, /usr/lib/python2.7/site-packages/wicd, /usr/share/doc/wicd,
    220220        /usr/share/pixmaps/wicd, /usr/share/wicd, /var/lib/wicd and /var/log/wicd</seg>
    221221      </seglistitem>
     
    250250        <term><command>wicd-client</command></term>
    251251        <listitem>
    252           <para>is the wicd client. This script attempts to automatically choose 
     252          <para>is the wicd client. This script attempts to automatically choose
    253253          the relevant configuration interface.</para>
    254254          <indexterm zone="wicd wicd-client">
Note: See TracChangeset for help on using the changeset viewer.