Changeset 89a8d9a for networking


Ignore:
Timestamp:
12/12/2022 10:34:38 PM (17 months ago)
Author:
Ken Moffat <ken@…>
Branches:
11.3, 12.0, 12.1, 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, xry111/llvm18, xry111/xf86-video-removal
Children:
ab3ae35a
Parents:
cf905e0 (diff), bdf8481 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' into plabs/python-mods

Location:
networking
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    rcf905e0 r89a8d9a  
    234234          modifications to system files are done by hooks which are stored in
    235235          <filename class="directory">/usr/lib/dhcpcd/dhcpcd-hooks</filename>.
    236           Setup <command>dhcpcd</command> by removing or adding hooks from/to
     236          Set up <command>dhcpcd</command> by removing or adding hooks from/to
    237237          that directory.  The execution of hooks can be disabled by using
    238238          the <option>--nohook</option> (<option>-C</option>) command line
     
    336336          modifications to system configuration files are done by hooks which
    337337          are stored in <filename class="directory">
    338           /lib/dhcpcd/dhcpcd-hooks</filename>. Setup <command>dhcpcd</command>
     338          /lib/dhcpcd/dhcpcd-hooks</filename>. Set up <command>dhcpcd</command>
    339339          by removing or adding hooks from/to that directory. The execution
    340340          of hooks can be disabled by using the <option>--nohook</option>
  • networking/netprogs/ntp.xml

    rcf905e0 r89a8d9a  
    143143make</userinput></screen>
    144144
     145    <!-- https://bugs.ntp.org/show_bug.cgi?id=3688
     146         It should be fixed in the next ntp release. -->
     147    <para>The test suite of this package is broken with GCC 10 or later.</para>
     148
     149<!--
    145150    <para>
    146151      To test the results, issue: <command>make check</command>.
    147152    </para>
     153-->
    148154
    149155    <para>
  • networking/netprogs/samba.xml

    rcf905e0 r89a8d9a  
    1515     I'll update anyway since this is a high priority release: feel free
    1616     to update figures. I seem to have all the optional dependencies that
    17      are in the book, in addition to the python venv as setup in the
     17     are in the book, in addition to the python venv as set up in the
    1818     instructions below. -->
    1919<sect1 id="samba" xreflabel="Samba-&samba-version;">
     
    245245      If doing a security update or a new minor version (point releases do not
    246246      apply here), run 'make testenv' before running 'make test' and 'make
    247       subunit-test'. This will setup the test environment and make the tests
     247      subunit-test'. This will set up the test environment and make the tests
    248248      run faster, as well as point out any glaring issues that might affect
    249249      the new Samba installation. With 4.10.4, I got 236 failures, 73 errors,
     
    323323      Active Directory Domain Controller functionality. See <ulink url=
    324324      "https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller">
    325       Setup a Samba Active Directory Domain Controller</ulink> for detailed
     325      Set up a Samba Active Directory Domain Controller</ulink> for detailed
    326326      information. Remove this switch if you've installed the Python modules
    327327      needed for ADS support. Note that BLFS does not provide a samba bootscript
  • networking/netutils/networkmanager.xml

    rcf905e0 r89a8d9a  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "82088af23cac1be7394bde000f4612f8">
     11  <!ENTITY NetworkManager-md5sum        "4ee43fe4068b058f4c2f1f0ddbedc24f">
    1212  <!ENTITY NetworkManager-size          "6.3 MB">
    13   <!ENTITY NetworkManager-buildsize     "265 MB (with tests)">
    14   <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
     13  <!ENTITY NetworkManager-buildsize     "244 MB (with tests)">
     14  <!ENTITY NetworkManager-time          "0.8 SBU (with tests, using parallelism=4)">
    1515]>
    1616
  • networking/netutils/wireshark.xml

    rcf905e0 r89a8d9a  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "28316bbbbb23e0ca52cb16fe9450841e">
     9  <!ENTITY wireshark-md5sum        "60eb89ab41cd2dbfcefed7efeccec9e3">
    1010  <!ENTITY wireshark-size          "39 MB">
    11   <!ENTITY wireshark-buildsize     "685 MB (with all optional dependencies available in the BLFS book)">
     11  <!ENTITY wireshark-buildsize     "684 MB (with all optional dependencies available in the BLFS book)">
    1212  <!ENTITY wireshark-time          "2.2 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.