From e17aebd7cc0c5c0594796890b02e1a4851265a1d Mon Sep 17 00:00:00 2001 From: arne_f Date: Sun, 3 Feb 2008 02:14:20 +0000 Subject: [PATCH] Fixed html/graphs creation git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1181 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- lfs/apache2 | 1 - lfs/rrdtool | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/apache2 b/lfs/apache2 index b29a31f63a..4ffe1216d9 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -100,7 +100,6 @@ ifeq "$(PASS)" "C" chmod -R 755 /srv/web/ipfire/cgi-bin chmod -R 644 /srv/web/ipfire/html chmod 755 /srv/web/ipfire/html /srv/web/ipfire/html/{index.cgi,redirect.cgi,dial.cgi,images,include,themes,themes/*,themes/*/*} - chmod -R 777 /srv/web/ipfire/html/graphs else @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/httpd-2.2.2-config-1.patch diff --git a/lfs/rrdtool b/lfs/rrdtool index 92d6bcacdb..4aade20e3e 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install cd $(DIR_APP) && make site-perl-install -mkdir -p /srv/web/ipfire/html/graphs/ + chmod 777 /srv/web/ipfire/html/graphs/ -mkdir -p /var/log/rrd/ @rm -rf $(DIR_APP) @$(POSTBUILD) -- 2.39.2