Ignore:
Timestamp:
08/01/2015 04:26:22 AM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
ad6910d
Parents:
4a83293
Message:

Import back into SVN from Github

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/wicd-systemd.xml

    r4a83293 rac38e9dc  
    77  <!ENTITY wicd-download-http "http://launchpad.net/wicd/&wicd-major-version;/&wicd-version;/+download/wicd-&wicd-version;.tar.gz">
    88  <!ENTITY wicd-download-ftp  " ">
    9   <!ENTITY wicd-md5sum        "c2435ddfdef0b9898852d72a85a45f0f">
    10   <!ENTITY wicd-size          "429 KB">
    11   <!ENTITY wicd-buildsize     "4.2 MB">
     9  <!ENTITY wicd-md5sum        "162ca2e6f4ab903bb7ab2bc0adb7d1aa">
     10  <!ENTITY wicd-size          "532 KB">
     11  <!ENTITY wicd-buildsize     "4.1 MB">
    1212  <!ENTITY wicd-time          "less than 0.1 SBU">
    1313]>
     
    3939    </para>
    4040
    41     &lfs76_checked;
     41    &lfs77_checked;
    4242
    4343    <note>
    4444      <para>
    45         Make sure you disable <command>systemd-networkd</command> service
    46         or make it not configure the connections you want to manage with
     45        Make sure that you disable the <command>systemd-networkd</command> service
     46        or configure it not to manage the interfaces you want to manage with
    4747        <application>Wicd</application>.
    4848      </para>
     
    7070      </listitem>
    7171    </itemizedlist>
    72 <!--
    73     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    74     <itemizedlist spacing='compact'>
    75       <listitem>
    76         <para></para>
    77       </listitem>
    78     </itemizedlist>
    79 -->
     72
    8073    <bridgehead renderas="sect3">Wicd Dependencies</bridgehead>
    8174
     
    123116    commands:</para>
    124117
    125 <screen><userinput>rm po/*.po &amp;&amp;
     118<screen><userinput>sed -e "/detection failed/ a\                self.init=\'init\/default\/wicd\'" \
     119    -i setup.py &amp;&amp;
     120rm po/*.po      &amp;&amp;
    126121python setup.py configure --no-install-kde     \
    127122                          --no-install-acpi    \
    128123                          --no-install-pmutils \
    129                           --no-install-init</userinput></screen>
     124                          --no-install-init    \
     125                          --docdir=/usr/share/doc/wicd-&wicd-version;</userinput></screen>
    130126
    131127    <para>This package does not come with a test suite.</para>
     
    133129    <para>Now, as the <systemitem class="username">root</systemitem> user, install the package:</para>
    134130
    135 <screen role="root"><userinput>python setup.py install</userinput></screen>
     131<screen role="root"><userinput>LANG=C python setup.py install</userinput></screen>
    136132
    137133  </sect2>
     
    139135  <sect2 role="commands">
    140136    <title>Command Explanations</title>
     137
     138    <para><command>sed -e ... -i setup.py</command>: This <command>sed</command>
     139    prevents <command>setup.py</command> from failing when used on a LFS system.
     140    </para>
    141141
    142142    <para><command>rm po/*.po</command>: This command removes the international
     
    163163    The group that will have permission to use the Wicd client (default is the
    164164    <systemitem class="groupname">users</systemitem> group).</para>
     165
     166    <para><envar>LANG=C</envar>: This environment variable is needed to allow
     167    the installation to complete.</para>
     168
    165169  </sect2>
    166170
     
    218222        <seg>wicd, wicd-cli, wicd-client, wicd-curses, and wicd-gtk</seg>
    219223        <seg>none</seg>
    220         <seg>/etc/wicd, /usr/lib/python&python2-majorver;/site-packages/wicd, /usr/share/doc/wicd,
    221         /usr/share/pixmaps/wicd, /usr/share/wicd, /var/lib/wicd, and /var/log/wicd</seg>
     224        <seg>/etc/wicd, /usr/lib/python&python2-majorver;/site-packages/wicd,
     225        /usr/share/doc/wicd-&wicd-version;, /usr/share/pixmaps/wicd,
     226        /usr/share/wicd, /var/lib/wicd, /var/log/wicd, and /var/run/wicd</seg>
    222227      </seglistitem>
    223228    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.