From: Michael Tremer Date: Tue, 2 May 2017 09:37:41 +0000 (+0100) Subject: apache2: Create captive portal logging directory X-Git-Tag: v2.19-core115~60^2~15 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=22ce4c3ad6d93879955060e5582384f334ef15f6 apache2: Create captive portal logging directory Signed-off-by: Michael Tremer --- diff --git a/lfs/apache2 b/lfs/apache2 index c66f3c3fa6..dbefff922a 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -120,10 +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 logodir for captive portal - mkdir -pv /srv/web/ipfire/html/captive/logo - chown nobody.nobody /srv/web/ipfire/html/captive/logo - chmod 775 /srv/web/ipfire/html/captive/logo + # Create captive logging directory + -mkdir -pv /var/log/httpd/captive @rm -rf $(DIR_APP) @$(POSTBUILD)