Changeset e468571


Ignore:
Timestamp:
06/04/2016 05:29:03 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 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, nosym, 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:
edd70f1
Parents:
5b8f578d
Message:

[systemd-merge] - Section IV layout

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

Files:
4 added
7 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/connect.xml

    r5b8f578d re468571  
    3333
    3434<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppp.xml"/> -->
     35  <!-- systemd only -->
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="advanced-network.xml"/>
     37
    3538  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcpcd.xml"/>
    3639  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp.xml"/>
  • networking/netlibs/netlibs.xml

    r5b8f578d re468571  
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="curl.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue.xml"/>
     26
     27  <!-- systemd only -->
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geoclue2.xml"/>
     29
    2630  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glib-networking.xml"/>
    2731  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ldns.xml"/>
     
    3539  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="serf.xml"/>
    3640
     41  <!-- systemd only -->
     42  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="uhttpmock.xml"/>
    3743</chapter>
  • networking/netprogs/netfs.xml

    r5b8f578d re468571  
    66]>
    77
    8 <sect1 id="postlfs-config-netfs"  xreflabel="Configuring for Network Filesystems">
     8<sect1 id="postlfs-config-netfs"  xreflabel="Configuring for Network Filesystems" revision="sysv">
    99  <?dbhtml filename="netfs.html"?>
    1010
     
    3030  before the network is brought down.</para>
    3131
    32   <para revision="sysv">As the <systemitem class="username">root</systemitem> user, install
     32  <para>As the <systemitem class="username">root</systemitem> user, install
    3333  the <filename>/etc/rc.d/init.d/netfs</filename> bootscript included with the
    3434  <xref linkend="bootscripts"/> package.</para>
    3535
    36 <screen role='root' revision="sysv"><userinput>make install-netfs</userinput></screen>
     36<screen role='root'><userinput>make install-netfs</userinput></screen>
    3737
    3838  <para revision="systemd">TBA</para>
  • networking/netprogs/nfs-utils.xml

    r5b8f578d re468571  
    303303        </indexterm>
    304304
    305         <para>To automatically mount <systemitem
     305        <para revision="sysv">To automatically mount <systemitem
    306306        class="filesystem">nfs</systemitem> filesystems, clients will also need
    307307        to install the <filename>netfs</filename> bootscript as described in
  • networking/netutils/netutils.xml

    r5b8f578d re468571  
    2424  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="avahi.xml"/>
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bind-utils.xml"/>
    26 <!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mod_dnssd.xml"/> -->
     26
     27  <!-- systemd only --> 
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mod_dnssd.xml"/>
     29
    2730  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="networkmanager.xml"/>
    2831  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nmap.xml"/>
  • packages.ent

    r5b8f578d re468571  
    408408<!ENTITY curl-version                 "7.49.1">
    409409<!ENTITY geoclue-version              "0.12.0">
     410<!ENTITY geoclue2-version             "2.2.0">
    410411<!ENTITY glib-networking-version      "2.48.2">
    411412<!ENTITY ldns-version                 "1.6.17">
     
    420421<!ENTITY neon-version                 "0.30.1">
    421422<!ENTITY serf-version                 "1.3.8">
     423<!ENTITY uhttpmock-version            "0.5.0">
    422424
    423425<!-- Chapter 18 -->
  • postlfs/config/config.xml

    r5b8f578d re468571  
    4242  <para> The remaining topics, <xref linkend="postlfs-config-logon"/>,
    4343  <phrase revision="sysv"><xref linkend="postlfs-config-random"/>,</phrase>
    44   <xref linkend="autofs"/>, and
    45   <xref linkend="postlfs-config-netfs"/> are then addressed, in that order. They
     44  and <xref linkend="autofs"/> are then addressed, in that order. They
    4645  don't have much interaction with the other topics in this chapter.</para>
    4746
Note: See TracChangeset for help on using the changeset viewer.