From 3aec06bb4426f1533c4f19ed91b5fb1a09db712e Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 19 Jan 2023 10:33:16 +0100 Subject: [PATCH] Fix patch name in apache instructions --- server/major/apache.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/major/apache.xml b/server/major/apache.xml index 2f7ffb7955..c4d17be69b 100644 --- a/server/major/apache.xml +++ b/server/major/apache.xml @@ -126,7 +126,7 @@ useradd -c "Apache Server" -d /srv/www -g apache \ following commands: -patch -Np1 -i ../httpd-&apache-version;-blfs_layout-3.patch && +patch -Np1 -i ../httpd-&apache-version;-blfs_layout-1.patch && sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in &&