Changeset b5639c6 for networking


Ignore:
Timestamp:
12/15/2023 06:39:59 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
2e707bcd
Parents:
b1f1d2fd
Message:

Fix an issue in dhcpcd-10.0.5 when using the '-b' switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    rb1f1d2fd rb5639c6  
    7070    </itemizedlist>
    7171
     72    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     73    <itemizedlist spacing="compact">
     74      <listitem>
     75        <para>
     76          Required patch:
     77          <ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-upstream_fixes-1.patch"/>
     78        </para>
     79      </listitem>
     80    </itemizedlist>
     81
    7282    <bridgehead renderas="sect3">dhcpcd Dependencies</bridgehead>
    7383
     
    112122  <sect2 role="installation">
    113123    <title>Installation of dhcpcd</title>
    114 <!--  Now in the code
    115     <para>Fix a runtime error caused by a change in glibc-2.36:</para>
    116 
    117 <screen><userinput>sed '/Deny everything else/i SECCOMP_ALLOW(__NR_getrandom),' \
    118     -i src/privsep-linux.c</userinput></screen>
    119 -->
     124
     125    <para>
     126      First, fix an issue that occurs when running dhcpcd with the '-b' switch:
     127    </para>
     128
     129<screen><userinput remap="pre">patch -Np1 -i ../dhcpcd-&dhcpcd-version;-upstream_fixes-1.patch</userinput></screen>
     130
    120131    <para>
    121132      Build <application>dhcpcd</application> without privilege separation
Note: See TracChangeset for help on using the changeset viewer.