Changeset 8b0496b for networking


Ignore:
Timestamp:
11/20/2018 02:06:07 AM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
0e9e7c42
Parents:
ebf10d3e
Message:

Various fixes and comments from my last build

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

Location:
networking/netutils
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netutils/networkmanager.xml

    rebf10d3e r8b0496b  
    122122      <xref linkend="valgrind"/>,
    123123      <ulink url="http://www.thekelleys.org.uk/dnsmasq/doc.html">dnsmasq</ulink>,
    124 <!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, -->
    125124      <ulink url="https://github.com/Distrotech/libaudit">libaudit</ulink>,
    126125      <ulink url="https://github.com/jpirko/libteam">libteam</ulink>,
     
    157156            --with-libnm-glib              \
    158157            --disable-ppp                  \
    159             --disable-json-validation      \
    160             --disable-ovs                  \
     158            <!--            - -disable-json-validation      \
     159            - -disable-ovs                  \ -->
    161160            --with-udev-dir=/lib/udev      \
    162161            --with-systemdsystemunitdir=no \
     
    172171            --with-libnm-glib                               \
    173172            --disable-ppp                                   \
    174             --disable-json-validation                       \
    175             --disable-ovs                                   \
     173<!--            - -disable-json-validation                       \
     174                - -disable-ovs                                   \ -->
    176175            --with-udev-dir=/lib/udev                       \
    177176            --with-session-tracking=systemd                 \
     
    231230    <para>
    232231      <parameter>--disable-json-validation</parameter>: This parameter allows
    233       building without <application>Jansson</application>, which is needed
     232      building without <xref linkend="jansson"/>, which is needed
    234233      for <quote>team</quote> configuration validation (team is one way
    235       of bonding network interfaces for increased throughput).
     234      of bonding network interfaces for increased throughput). Use it if
     235      you do not have Jansson installed.
    236236    </para>
    237237
     
    239239      <parameter>--disable-ovs</parameter>: This paramenter disables
    240240      <application>Open Virtual Switch</application> support because it
    241       requires <application>Jansson</application> which is not available in
    242       BLFS.
     241      requires <xref linkend="jansson"/>. Use it if you don't have
     242      Jansson installed.
    243243    </para>
    244244
  • networking/netutils/nmap.xml

    rebf10d3e r8b0496b  
    8383      <xref linkend="pygtk"/> (required for <command>zenmap</command>),
    8484      <xref linkend="python2"/> (required for <command>ndiff</command>) and
    85       <xref linkend="subversion"/> (required for <command>nmap-update</command>)
     85      <xref linkend="subversion"/> (required for <command>nmap-update</command>),
     86      and <xref linkend="libssh2"/>
    8687    </para>
    8788
Note: See TracChangeset for help on using the changeset viewer.