bump patch version for httpd again

The previous patch was installing some file with non root ownership.
This commit is contained in:
Pierre Labastie 2022-03-19 11:28:48 +01:00
parent b732630fa0
commit e6ec6d6b40

View File

@ -76,7 +76,7 @@
<listitem>
<para>
Required patch:
<ulink url="&patch-root;/httpd-&apache-version;-blfs_layout-2.patch"/>
<ulink url="&patch-root;/httpd-&apache-version;-blfs_layout-3.patch"/>
</para>
</listitem>
</itemizedlist>
@ -134,7 +134,7 @@ useradd -c "Apache Server" -d /srv/www -g apache \
following commands:
</para>
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-2.patch &amp;&amp;
<screen><userinput>patch -Np1 -i ../httpd-&apache-version;-blfs_layout-3.patch &amp;&amp;
sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &amp;&amp;