]> git.ipfire.org Git - people/dweismueller/ipfire-2.x.git/commitdiff
Captive-Portal: create dir for cative logfiles
authorAlexander Marx <alexander.marx@ipfire.org>
Thu, 28 Jan 2016 15:21:51 +0000 (16:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 14 Dec 2016 13:00:13 +0000 (14:00 +0100)
Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
lfs/apache2

index 57c344718ae51aadbbf77eb40070c7053d97f1fa..2424d63664626542e5f827951fb11ddd2a73f466 100644 (file)
@@ -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)