Changeset e680d14a for networking


Ignore:
Timestamp:
08/25/2014 08:50:07 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
systemd-11177
Children:
8f0665c
Parents:
2a0c0da
Message:

Checks and fixes.

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

Location:
networking
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd-systemd.xml

    r2a0c0da re680d14a  
    3737    DHCP client.</para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <note>
     
    7676  <sect2 role="installation">
    7777    <title>Installation of dhcpcd</title>
     78
     79    <para>
     80      First, silence a lot of warnings caused by using the latest toolchain
     81      by running the following command:
     82    </para>
     83
     84<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" configure</userinput></screen>
    7885
    7986    <para>Install <application>dhcpcd</application> by running the following
  • networking/netlibs/geoclue.xml

    r2a0c0da re680d14a  
    3838    </para>
    3939
    40     &lfs75_checked;
     40    &lfs76_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    124124sed -i "s@geoclue/libgeoclue.la@&amp; -lgthread-2.0@g" \
    125125       providers/skyhook/Makefile.in &amp;&amp;
    126 ./configure --prefix=/usr &amp;&amp;
     126./configure --prefix=/usr --disable-static &amp;&amp;
    127127make</userinput></screen>
    128128
     
    161161    </para>
    162162
    163     <para>
    164       <option>--libexecdir=/usr/lib/geoclue</option>: This option installs
    165       <application>GeoClue's</application> private executables into
    166       <filename class="libraryfile">/usr/lib/geoclue</filename> in accordance
    167       with the old version of the FHS used before LFS-7.5.
    168     </para>
     163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     164      href="../../xincludes/static-libraries.xml"/>
     165
    169166  </sect2>
    170167
  • networking/netlibs/serf.xml

    r2a0c0da re680d14a  
    4141    </para>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/bridgeutils-systemd.xml

    r2a0c0da re680d14a  
    3434    networks for a hosted virtual machine (VM).</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/cifsutils.xml

    r2a0c0da re680d14a  
    3333    mounting SMB/CIFS shares on a Linux system.</para>
    3434
    35     &lfs75_checked;
     35    &lfs76_checked;
    3636
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9898    commands:</para>
    9999
    100 <screen><userinput>./configure --prefix=/usr \
    101             --disable-pam \
    102             --disable-systemd &amp;&amp;
     100<screen><userinput>./configure --prefix=/usr --disable-pam &amp;&amp;
    103101make</userinput></screen>
    104102
     
    114112      <title>Command Explanations</title>
    115113
    116           <para><parameter>--disable-pam</parameter>: Do not build PAM support.
    117             Remove  it and use <option>--with-pamdir</option> (see below),
     114          <para>
     115            <parameter>--disable-pam</parameter>: This switch disables
     116            PAM support. Replace it with
     117            <option>--with-pamdir=/lib/security</option>,
    118118            if <xref linkend="linux-pam"/> is installed and you wish
    119             PAM support.</para>
    120 
    121           <para><parameter>--disable-systemd</parameter>: Disable systemd
    122             specific behavior for <command>mount.cifs</command>. Remove it for
    123             systems running with systemd.</para>
    124 
    125           <para><option>--with-pamdir=/lib/security</option>: Install the PAM
    126             module in
    127             <filename class="directory">/lib/security</filename>.</para>
     119            to build the PAM module.
     120          </para>
    128121
    129122  </sect2>
  • networking/netprogs/ncftp.xml

    r2a0c0da re680d14a  
    3535    <command>ftp</command> program.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/net-tools.xml

    r2a0c0da re680d14a  
    3434    kernel.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/ntp-systemd.xml

    r2a0c0da re680d14a  
    3535    NTP protocol.</para>
    3636
    37     &lfs75_checked;
     37    &lfs76_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/rsync-systemd.xml

    r2a0c0da re680d14a  
    3434    file archives over a network.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/bind-utils.xml

    r2a0c0da re680d14a  
    3939    client side applications.</para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/mod_dnssd.xml

    r2a0c0da re680d14a  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    103103<screen><userinput>sed -i 's/unixd_setup_child/ap_&amp;/' src/mod_dnssd.c &amp;&amp;
    104104
    105 ./configure --prefix=/usr \
    106             --disable-lynx &amp;&amp;
     105./configure --prefix=/usr --disable-lynx &amp;&amp;
    107106make</userinput></screen>
    108107
  • networking/netutils/traceroute.xml

    r2a0c0da re680d14a  
    4141    the standard version.</para></note>
    4242
    43     &lfs75_checked;
     43    &lfs76_checked;
    4444
    4545    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/whois.xml

    r2a0c0da re680d14a  
    3737    <xref linkend="expect"/> package.</para>
    3838
    39     &lfs75_checked;
     39    &lfs76_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/wicd-systemd.xml

    r2a0c0da re680d14a  
    3939    </para>
    4040
    41     &lfs75_checked;
     41    &lfs76_checked;
    4242
    4343    <note>
Note: See TracChangeset for help on using the changeset viewer.