From fedc56d69cbcdfb8b44f3475682f8cb0d2a2d85f Mon Sep 17 00:00:00 2001 From: arne_f Date: Sat, 2 Feb 2008 22:20:25 +0000 Subject: [PATCH] changed permissions of html/graphs to match with original final.iso git-svn-id: http://svn.ipfire.org/svn/ipfire/branches/2.1/trunk@1180 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- config/rootfiles/core/7/update.sh | 1 - lfs/apache2 | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/rootfiles/core/7/update.sh b/config/rootfiles/core/7/update.sh index 9da7c7664..e03f92d1e 100644 --- a/config/rootfiles/core/7/update.sh +++ b/config/rootfiles/core/7/update.sh @@ -4,5 +4,4 @@ extract_files GATEWAY=$(cat /var/ipfire/red/remote-ipaddress) echo "$GATEWAY gateway" >> /etc/hosts /etc/init.d/collectd start -chown -R nobody:nobody /srv/web/ipfire/html/graphs perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" diff --git a/lfs/apache2 b/lfs/apache2 index 5a838859d..b29a31f63 100644 --- a/lfs/apache2 +++ b/lfs/apache2 @@ -100,7 +100,7 @@ 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/*/*} - chown nobody:nobody /srv/web/ipfire/html/graphs + 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