]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
changed permissions of html/graphs to match with original final.iso
authorarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 2 Feb 2008 22:20:25 +0000 (22:20 +0000)
committerarne_f <arne_f@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 2 Feb 2008 22:20:25 +0000 (22:20 +0000)
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
lfs/apache2

index 9da7c76640469a03a0a7c168b5b78f32a57cd5f6..e03f92d1ea706af53b06ac47583560fef9629b33 100644 (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"
index 5a838859d2211b1c93dd5ea0353bcebdbde56b51..b29a31f63a273a8fbf466aede8df4c68d5e48ae8 100644 (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