YUKI Hiroshi
null+****@clear*****
Fri Nov 7 14:21:05 JST 2014
YUKI Hiroshi 2014-11-07 14:21:05 +0900 (Fri, 07 Nov 2014) New Revision: d6ca2f74c260ca972cf86c9d180395cd9712adf9 https://github.com/droonga/droonga-engine/commit/d6ca2f74c260ca972cf86c9d180395cd9712adf9 Message: Ignore undefined pid_file_path in the static configuration file Modified files: lib/droonga/command/droonga_engine.rb Modified: lib/droonga/command/droonga_engine.rb (+1 -1) =================================================================== --- lib/droonga/command/droonga_engine.rb 2014-11-07 14:05:34 +0900 (9141ba3) +++ lib/droonga/command/droonga_engine.rb 2014-11-07 14:21:05 +0900 (2e949f0) @@ -128,7 +128,7 @@ module Droonga @ready_notify_fd = nil if have_config_file? - self.pid_file_path = config["pid_file"] + self.pid_file_path = config["pid_file"] if config["pid_file"] self.log_file = config["log_file"] || Path.default_log_file self.log_level = config["log_level"] if config.include?("log_level") end -------------- next part -------------- HTML����������������������������...Download