Changeset ec64d28 for networking


Ignore:
Timestamp:
12/19/2012 07:57:20 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:
b3aacc0
Parents:
4abd884
Message:

Minor text fixes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd.xml

    r4abd884 rec64d28  
    132132  <sect2 role="commands">
    133133    <title>Command Explanations</title>
    134     <para><command>sed -i '/wpath...</command>: The sed prevents installation of logrotate
    135     and systemd configuration files. You may omit it if you use these utilities.</para>
    136     <para><option>--no-install-kde</option>: Prevent installation of 
     134
     135    <para><command>sed -i '/wpath...</command>: This <command>sed</command>
     136    prevents installation of <command>logrotate</command> and systemd
     137    configuration files. You may omit it if you use these utilities.</para>
     138
     139    <para><option>--no-install-kde</option>: Prevent installation of an
    137140    autostart desktop file for KDE. If you use KDE, you should instead install the
    138141    <ulink url="http://projects.kde.org/projects/extragear/network/wicd-kde">Wicd KDE Client</ulink>.
    139142    </para>
     143
    140144    <para><option>--no-install-acpi</option>: Prevent installation of 
    141     suspend and resume scripts for acpid. Omit this option if you use acpid.</para>
     145    <command>suspend</command> and <command>resume</command> scripts for acpid.
     146    Omit this option if you use acpid.</para>
     147
    142148    <para><option>--no-install-pmutils</option>: Prevent installation of hooks for
    143149    pm-utils. Omit this option if you use pm-utils.</para>
     150
    144151    <para><option>--no-install-init</option>: Prevent installation of any init scripts,
    145     as we install our own bootscript.</para>
     152    as a bootscript is installed later in the instructions.</para>
     153
    146154    <para><option>--wicdgroup=<replaceable>&lt;group&gt;</replaceable></option>:
    147155    The group that will have permission to use the Wicd client (default is the
     
    186194      frontends. If you are only going to use Wicd from command-line, you can configure
    187195      it using the configuration files in <filename>/etc/wicd</filename>. For a list of
    188       available options, take a look at the man-pages for: wicd-manager-settings.conf,
     196      available options, look at the man-pages for: wicd-manager-settings.conf,
    189197      wicd-wired-settings.conf and wicd-wireless-settings.conf.</para>
    190198     
Note: See TracChangeset for help on using the changeset viewer.