From: Alexander Marx Date: Thu, 28 Jan 2016 15:21:51 +0000 (+0100) Subject: Captive-Portal: create dir for cative logfiles X-Git-Tag: v2.19-core115~60^2~88 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=1fc9a43056d516e335e6761443d77bba77ba44d9 Captive-Portal: create dir for cative logfiles Signed-off-by: Alexander Marx --- 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)