Changeset 306b28d


Ignore:
Timestamp:
06/20/2017 01:11:11 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1063e52
Parents:
d651fca
Message:

Revise boot configureation for wicd

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd651fca r306b28d  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Revise boot configureation for wicd. Fixes
     49          <ulink url="&blfs-ticket-root;9373">#9373</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[bdubbs] - Update to gtksourceview-3.24.3. Fixes
    4953          <ulink url="&blfs-ticket-root;9378">#9378</ulink>.</para>
  • networking/netutils/wicd.xml

    rd651fca r306b28d  
    103103
    104104<screen revision="sysv"><userinput>sed -e "/wpath.logrotate\|wpath.systemd/d" \
    105     -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
     105    -e "/detection failed/ a                self.init='init/default/wicd'" \
    106106    -i.orig setup.py &amp;&amp;
    107107
     
    115115                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    116116
    117 <screen revision="systemd"><userinput>sed "/detection failed/ a\ self.init=\'init\/default\/wicd\'" \
     117<screen revision="systemd"><userinput>sed -e "/detection failed/ a                self.init='init/default/wicd'" \
    118118    -i.orig setup.py &amp;&amp;
    119119
     
    144144    utilities. The second one fixes building with BLFS.</para>
    145145
    146     <para revision="systemd"><command>sed -e ... -i setup.py</command>: Fix
     146    <para revision="systemd"><command>sed ... -i.orig setup.py</command>: Fix
    147147    and issue while building with BLFS.</para>
    148148
     
    165165    for pm-utils. Omit this option if you use pm-utils.</para>
    166166
    167     <para><option>--no-install-init</option>: Prevent installation of any init
    168     scripts, as a bootscript is installed later in the instructions.</para>
     167    <para revision="sysv"><option>--no-install-init</option>: Prevent
     168    installation of any init scripts, as a bootscript is installed later in the
     169    instructions.</para>
     170
     171    <para revision="systemd"><option>--no-install-init</option>: Prevent
     172    installation of service files twice.  They are installed as a part of
     173    the sed to setup.py.</para>
    169174
    170175    <para><option>--no-install-gnome-shell-extensions</option>: Prevent
     
    201206      </note>
    202207
    203       <para>To automatically start Wicd at boot time, you need to first install
    204       the Wicd bootscript,<phrase revision="sysv">
    205       <filename>/etc/rc.d/init.d/wicd</filename></phrase>
    206       <phrase revision="systemd"><filename>wicd.service</filename></phrase>,
    207       included in the <xref linkend="bootscripts" revision="sysv"/>
    208       <xref linkend="systemd-units" revision="systemd"/> package
    209       (as user <systemitem class="username">root</systemitem>):</para>
    210 
    211       <indexterm zone="wicd wicd-init">
     208      <para revision="sysv">To automatically start Wicd at boot time, you need
     209      to first install the Wicd bootscript,
     210      <filename>/etc/rc.d/init.d/wicd</filename> included in the <xref
     211      linkend="bootscripts"/> package (as user <systemitem
     212      class="username">root</systemitem>):</para>
     213
     214      <indexterm zone="wicd wicd-init" revision="sysv">
    212215        <primary sortas="f-wicd">wicd (bootscript)</primary>
    213216      </indexterm>
    214217
    215       <screen role='root'><userinput>make install-wicd</userinput></screen>
     218      <screen role='root' revision="sysv"><userinput>make install-wicd</userinput></screen>
    216219
    217220      <para revision="sysv">Since Wicd will now handle all configuration of
     
    222225      <literal>ONBOOT=no</literal> in any
    223226      <filename>/etc/sysconfig/ifconfig.*</filename> files.</para>
     227
     228      <para revision="systemd">To enable wice at boot time, as the
     229      <systemitem class="username">root</systemitem>) user, run:</para>
     230
     231      <screen role='root' revision="systemd"><userinput>systemctl enable wicd</userinput></screen>
    224232
    225233      <para>No manual configuration of Wicd is needed if you use the graphical
Note: See TracChangeset for help on using the changeset viewer.