Ignore:
Timestamp:
07/15/2014 11:44:38 AM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
gnome
Children:
d555a31
Parents:
cae7a6f
Message:

Converted ntp rpcbind rsync samba wpa_supplicant avahi networkmanager and wicd pages to systemd

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13414 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd.xml

    rcae7a6f r5bc57bb  
    115115    commands:</para>
    116116
    117 <screen><userinput>sed -i '/wpath.logrotate\|wpath.systemd/d' setup.py &amp;&amp;
     117<screen><userinput>sed -i '/wpath.logrotate/d' setup.py &amp;&amp;
    118118rm po/*.po                                          &amp;&amp;
    119119python setup.py configure --no-install-kde     \
     
    139139
    140140    <para><command>sed -i '/wpath...</command>: This <command>sed</command>
    141     prevents installation of <command>logrotate</command> and systemd
    142     configuration files. You may omit it if you use these utilities.</para>
     141    prevents installation of <command>logrotate</command>
     142    configuration files. You may omit it if you use this utility.</para>
    143143
    144144    <para><option>--no-install-kde</option>: Prevent installation of an
     
    152152
    153153    <para><option>--no-install-pmutils</option>: Prevent installation of hooks for
    154     pm-utils. Omit this option if you use pm-utils.</para>
     154    pm-utils.</para>
    155155
    156156    <para><option>--no-install-init</option>: Prevent installation of any init scripts,
     
    174174    </sect3>
    175175
    176     <sect3 id="wicd-init">
     176    <sect3 id="wicd-init-systemd">
    177177      <title>Configuration Information</title>
    178178
    179       <para>To automatically start Wicd at boot time, you need to first install
    180       the Wicd bootscript,
    181       <filename>/etc/rc.d/init.d/wicd</filename>,
    182       included in the <xref linkend="bootscripts"/> package
     179      <para>This package ships a systemd unit in the tarball. To enable it
     180       issue the following command
    183181      (as user <systemitem class="username">root</systemitem>):</para>
    184182
    185       <indexterm zone="wicd wicd-init">
    186         <primary sortas="f-wicd">wicd (bootscript)</primary>
     183      <indexterm zone="wicd wicd-init-systemd">
     184        <primary sortas="f-wicd">wicd (systemd unit file)</primary>
    187185      </indexterm>
    188186
    189       <screen role='root'><userinput>make install-wicd</userinput></screen>
    190 
    191       <para>Since Wicd will now handle all configuration of network devices,
    192       the network bootscript installed by LFS should be disabled. This can be
    193       achieved by either removing any <filename>S*network</filename> and
    194       <filename>K*network</filename> symlinks in the <filename>/etc/rc*.d</filename>
    195       directories or by setting <literal>ONBOOT=no</literal> in any
    196       <filename>/etc/sysconfig/ifconfig.*</filename> files.</para>
     187      <screen role='root'><userinput>systemctl enable wicd</userinput></screen>
    197188
    198189      <para>No manual configuration of Wicd is needed if you use the graphical
Note: See TracChangeset for help on using the changeset viewer.