From: Alexander Marx Date: Thu, 28 Jan 2016 15:21:51 +0000 (+0100) Subject: Captive-Portal: create dir for cative logfiles X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a67563aca48a9798c88098484ded7f3aaef5cbe;p=people%2Fms%2Fipfire-2.x.git Captive-Portal: create dir for cative logfiles Signed-off-by: Alexander Marx --- diff --git a/lfs/apache2 b/lfs/apache2 index 57c344718a..2424d63664 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -116,5 +116,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)