YUKI Hiroshi
null+****@clear*****
Thu Sep 25 19:32:45 JST 2014
YUKI Hiroshi 2014-09-25 19:32:45 +0900 (Thu, 25 Sep 2014) New Revision: 4128050df30401853060bfb6774c93c9c78642e0 https://github.com/droonga/droonga-engine/commit/4128050df30401853060bfb6774c93c9c78642e0 Message: Set file readable for others Modified files: lib/droonga/service_installation.rb Modified: lib/droonga/service_installation.rb (+1 -1) =================================================================== --- lib/droonga/service_installation.rb 2014-09-25 19:19:47 +0900 (5175916) +++ lib/droonga/service_installation.rb 2014-09-25 19:32:45 +0900 (48dc8e1) @@ -92,7 +92,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) + FileUtils.chmod_R("go+r", file) end end -------------- next part -------------- HTML����������������������������...Download