Changeset e77c478 for networking


Ignore:
Timestamp:
07/18/2023 04:51:51 PM (11 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
6dfe4ab
Parents:
4048bc73 (diff), 5af5876 (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 lxqt

Location:
networking
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/connect.xml

    r4048bc73 re77c478  
    3737
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcpcd.xml"/>
    39   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp.xml"/>
     39  <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dhcp.xml"/>-->
     40  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="kea.xml"/>
    4041
    4142</chapter>
  • networking/netlibs/curl.xml

    r4048bc73 re77c478  
    381381rm -rf docs/examples/.deps &amp;&amp;
    382382
    383 find docs \( -name Makefile\* -o -name \*.1 -o -name \*.3 \) -exec rm {} \; &amp;&amp;
    384 
    385 install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    386 cp -v -R docs/*     /usr/share/doc/curl-&curl-version;</userinput></screen>
     383find docs \( -name Makefile\* -o  \
     384             -name \*.1       -o  \
     385             -name \*.3       -o  \
     386             -name CMakeLists.txt \) -delete &amp;&amp;
     387
     388cp -v -R docs -T /usr/share/doc/curl-&curl-version;</userinput></screen>
    387389
    388390    <para>
  • networking/netlibs/glib-networking.xml

    r4048bc73 re77c478  
    1010<!--  <!ENTITY glib-networking-download-ftp
    1111    "&gnome-download-ftp;/glib-networking/2.66/glib-networking-&glib-networking-version;.tar.xz"> -->
    12   <!ENTITY glib-networking-md5sum        "7f57d2f6a68d49a656912a5d226c2ed1">
     12  <!ENTITY glib-networking-md5sum        "05b519bb1f009789e6b82af88ed1b59a">
    1313  <!ENTITY glib-networking-size          "276 KB">
    1414  <!ENTITY glib-networking-buildsize     "5.6 MB (with tests)">
  • networking/netprogs/samba.xml

    r4048bc73 re77c478  
    7979      <xref linkend="perl-json"/>,
    8080      <xref linkend="libtirpc"/>,
    81       <xref linkend="lmdb"/>,
    8281      <xref linkend="perl-parse-yapp"/>, and
    8382      <xref linkend="rpcsvc-proto"/>
     
    9392      <xref linkend="libtasn1"/>,
    9493      <xref linkend="libxslt"/> (for documentation),
    95       <xref linkend="linux-pam"/>, and
     94      <xref linkend="linux-pam"/>,
     95      <xref linkend="lmdb"/>, and
    9696      <xref linkend="openldap"/>
    9797    </para>
  • networking/netprogs/wpa_supplicant.xml

    r4048bc73 re77c478  
    382382      <para revision="sysv">
    383383        If your router/access point uses DHCP to allocate IP addresses, you
    384         can install <xref linkend="dhcp"/> client and use it to
     384        can install <xref linkend="dhcpcd" role="nodep"/> and use it to
    385385        automatically obtain network addresses. Create the
    386         <filename>/etc/sysconfig/ifconfig-<replaceable>wifi0</replaceable>
    387         </filename> by running the following command as the
    388         <systemitem class="username">root</systemitem> user:
    389       </para>
    390 
    391 <screen role="root" revision="sysv"><userinput>cat &gt; /etc/sysconfig/ifconfig.<replaceable>wifi0</replaceable> &lt;&lt; "EOF"
    392 <literal>ONBOOT="yes"
    393 IFACE="<replaceable>wlan0</replaceable>"
    394 SERVICE="wpa"
    395 
    396 # Additional arguments to wpa_supplicant
    397 WPA_ARGS=""
    398 
    399 WPA_SERVICE="dhclient"
    400 DHCP_START=""
    401 DHCP_STOP=""
    402 
    403 # Set PRINTIP="yes" to have the script print
    404 # the DHCP assigned IP address
    405 PRINTIP="no"
    406 
    407 # Set PRINTALL="yes" to print the DHCP assigned values for
    408 # IP, SM, DG, and 1st NS. This requires PRINTIP="yes".
    409 PRINTALL="no"</literal>
    410 EOF</userinput></screen>
    411 
    412       <para revision="sysv">
    413         If you prefer <xref linkend="dhcpcd"/> instead of
    414         <xref linkend="dhcp"/> client, then create the
    415386        <filename>/etc/sysconfig/ifconfig-<replaceable>wifi0</replaceable>
    416387        </filename> by running the following command as the
  • networking/netutils/networkmanager.xml

    r4048bc73 re77c478  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "e2aa7bf567206a55b10f6b2e332c109e">
     11  <!ENTITY NetworkManager-md5sum        "e496a6af920e788fd39710799f88721a">
    1212  <!ENTITY NetworkManager-size          "6.4 MB">
    13   <!ENTITY NetworkManager-buildsize     "280 MB (with tests and documentation)">
    14   <!ENTITY NetworkManager-time          "0.8 SBU (with tests, using parallelism=4)">
     13  <!ENTITY NetworkManager-buildsize     "257 MB (with tests and documentation)">
     14  <!ENTITY NetworkManager-time          "0.7 SBU (with tests, using parallelism=4)">
    1515]>
    1616
     
    9292    <para role="recommended">
    9393      <xref linkend="curl"/>,
    94       <!--<xref linkend="dhcpcd"/> or
    95           DHCPCD support is known to be broken with dhcpcd-9 -->
    96       <xref role="nodep" linkend="dhcp"/> (client only),
     94      <xref linkend="dhcpcd"/>
    9795      <xref linkend="gobject-introspection"/>,
    9896      <xref linkend="iptables"/>,
     
    455453        To use something other than the built-in dhcp client (recommended if
    456454        using only <command>nmcli</command>), use the following configuration
    457         (valid values include either dhclient <!--dhcpcd --> or internal):
     455        (valid values include either dhcpcd or internal):
    458456      </para>
    459457
    460458<screen role="nodump"><userinput>cat &gt; /etc/NetworkManager/conf.d/dhcp.conf &lt;&lt; "EOF"
    461459<literal>[main]
    462 dhcp=</literal><replaceable>dhclient</replaceable>
     460dhcp=</literal><replaceable>dhcpcd</replaceable>
    463461EOF</userinput></screen>
    464462
Note: See TracChangeset for help on using the changeset viewer.