From 1fc9a43056d516e335e6761443d77bba77ba44d9 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 28 Jan 2016 16:21:51 +0100 Subject: [PATCH 1/1] Captive-Portal: create dir for cative logfiles Signed-off-by: Alexander Marx --- lfs/apache2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lfs/apache2 b/lfs/apache2 index 72a9dfad1a..d0fe066257 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -120,5 +120,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cp -rf $(DIR_CONF)/httpd/* /etc/httpd/conf ln -sf $(CONFIG_ROOT)/main/hostname.conf /etc/httpd/conf/ + # Create logdir for captive-portal + mkdir -pv /var/log/httpd/captive + @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2