Ignore:
Timestamp:
07/18/2023 04:51:51 PM (10 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/netprogs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.