Changeset 6d15c62 for networking


Ignore:
Timestamp:
11/03/2011 11:05:47 PM (12 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
08f1ff7
Parents:
4d61f73
Message:

Rearrange package organization

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

Location:
networking
Files:
56 moved

Legend:

Unmodified
Added
Removed
  • networking/connect/connect.xml

    r4d61f73 r6d15c62  
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ppp.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcpcd.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp-client.xml"/>
    3738
  • networking/netprogs/netprogs.xml

    r4d61f73 r6d15c62  
    1111-->
    1212
    13 <chapter id="basicnet-netprogs">
     13<chapter id="netprogs">
    1414  <?dbhtml filename="netprogs.html"?>
    1515
    16   <title>Basic Networking Programs</title>
     16  <title>Networking Programs</title>
    1717
    1818  <para>These applications are generally client applications used to
     
    2626<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncpfs.xml"/> -->
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="net-tools.xml"/>
     28  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nfs-utils-client.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netfs.xml"/>
    2931  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ntp.xml"/>
    3032  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="portmap.xml"/>
  • networking/netutils/netutils.xml

    r4d61f73 r6d15c62  
    1111-->
    1212
    13 <chapter id="basicnet-netutils">
     13<chapter id="netutils">
    1414  <?dbhtml filename="netutils.html"?>
    1515
    16   <title>Basic Networking Utilities</title>
     16  <title>Networking Utilities</title>
    1717
    1818  <para>This chapter contains some tools that come in handy when the network
     
    2121  <para condition="html" role="usernotes">User Notes:
    2222  <ulink url="&blfs-wiki;/basicnetworkingutilities"/></para>
    23 
    2423
    2524  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="traceroute.xml"/>
  • networking/networking.xml

    r4d61f73 r6d15c62  
    1111-->
    1212
    13 <part id="basicnet" xreflabel="Basic Networking">
     13<part id="basicnet" xreflabel="Networking">
    1414  <?dbhtml filename="basicnet.html" dir="basicnet"?>
    1515
    16   <title>Basic Networking</title>
    17 
     16  <title>Networking</title>
    1817
    1918  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="connect/connect.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netprogs/netprogs.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netutils/netutils.xml"/>
    2021  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netlibs/netlibs.xml"/>
    2122  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="textweb/textweb.xml"/>
    22   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netprogs/netprogs.xml"/>
    23   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="netutils/netutils.xml"/>
    2423  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mailnews/mailnews.xml"/>
    2524
Note: See TracChangeset for help on using the changeset viewer.