Revision: 6315 http://ipcop.svn.sourceforge.net/ipcop/?rev=6315&view=rev Author: owes Date: 2012-02-04 20:47:18 +0000 (Sat, 04 Feb 2012) Log Message: ----------- Fix chown for addons/lang that was forgotten in svn commit 3184
Modified Paths: -------------- ipcop/trunk/lfs/ipcop ipcop/trunk/updates/2.0.3/setup Modified: ipcop/trunk/lfs/ipcop =================================================================== --- ipcop/trunk/lfs/ipcop 2012-02-04 17:47:01 UTC (rev 6314) +++ ipcop/trunk/lfs/ipcop 2012-02-04 20:47:18 UTC (rev 6315) @@ -134,7 +134,7 @@ chown -R nobody:nobody $(CONFIG_ROOT) chown root:root $(CONFIG_ROOT) - for i in backup/ addon-lang/ red/ ; do \ + for i in backup/ addons/lang/ red/ ; do \ chown -R root:root $(CONFIG_ROOT)/$$i; \ done Modified: ipcop/trunk/updates/2.0.3/setup =================================================================== --- ipcop/trunk/updates/2.0.3/setup 2012-02-04 17:47:01 UTC (rev 6314) +++ ipcop/trunk/updates/2.0.3/setup 2012-02-04 20:47:18 UTC (rev 6315) @@ -172,6 +172,9 @@ # fix permissions of urlfilter repository chmod 755 /home/httpd/vhost81/html/repository +# Fix owner of addons/lang +chown root:root /var/ipcop/addons/lang + ##### # # 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. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn