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
This commit is contained in:
arne_f
2008-02-02 22:20:25 +00:00
parent aa78c3d87e
commit fedc56d69c
2 changed files with 1 additions and 2 deletions

View File

@@ -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"

View File

@@ -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