[Groonga-commit] droonga/droonga-engine at 6f34f6a [master] Make generated files readable for the common group

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 25 12:28:40 JST 2014


YUKI Hiroshi	2014-09-25 12:28:40 +0900 (Thu, 25 Sep 2014)

  New Revision: 6f34f6a7fab11df53ca4269a2bc86aac115d186b
  https://github.com/droonga/droonga-engine/commit/6f34f6a7fab11df53ca4269a2bc86aac115d186b

  Message:
    Make generated files readable for the common group

  Modified files:
    lib/droonga/service_installation.rb

  Modified: lib/droonga/service_installation.rb (+1 -0)
===================================================================
--- lib/droonga/service_installation.rb    2014-09-25 12:28:24 +0900 (30953eb)
+++ lib/droonga/service_installation.rb    2014-09-25 12:28:40 +0900 (80f9e2d)
@@ -89,6 +89,7 @@ module Droonga
     def ensure_correct_file_permission(file)
       if user_exist?
         FileUtils.chown_R(user_name, group_name, file)
+        FileUtils.chmod_R("g+r", file)
       end
     end
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index