Revision: 6232 http://ipcop.svn.sourceforge.net/ipcop/?rev=6232&view=rev Author: dotzball Date: 2012-01-15 20:28:33 +0000 (Sun, 15 Jan 2012) Log Message: ----------- Fix permissions of redirect-background.jpg
Modified Paths: -------------- ipcop/trunk/lfs/ipcop-gui ipcop/trunk/updates/2.0.3/setup Modified: ipcop/trunk/lfs/ipcop-gui =================================================================== --- ipcop/trunk/lfs/ipcop-gui 2012-01-15 16:55:44 UTC (rev 6231) +++ ipcop/trunk/lfs/ipcop-gui 2012-01-15 20:28:33 UTC (rev 6232) @@ -78,6 +78,9 @@ chown nobody:nobody /home/httpd/html/backup chmod 744 /home/httpd/html/backup + # redirect background image needs nobody:nobody permissions as it can be written by webui + chown nobody.nobody /home/httpd/html/images/redirect-background.jpg + # repository directory for urlfilter mkdir -p /home/httpd/vhost81/html/repository Modified: ipcop/trunk/updates/2.0.3/setup =================================================================== --- ipcop/trunk/updates/2.0.3/setup 2012-01-15 16:55:44 UTC (rev 6231) +++ ipcop/trunk/updates/2.0.3/setup 2012-01-15 20:28:33 UTC (rev 6232) @@ -40,6 +40,10 @@ chown -R nobody:nobody /var/ipcop/proxy/blacklistupdate fi + +# redirect background image needs nobody:nobody permissions as it can be written by webui +chown nobody.nobody /home/httpd/html/images/redirect-background.jpg + ##### # # End of version specific handling. Continue with universal stuff. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn