[Groonga-commit] droonga/droonga-engine at a2daecd [master] Always daemon=false by default

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Nov 4 19:24:06 JST 2014


YUKI Hiroshi	2014-11-04 19:24:06 +0900 (Tue, 04 Nov 2014)

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

  Message:
    Always daemon=false by default

  Modified files:
    lib/droonga/command/droonga_engine.rb

  Modified: lib/droonga/command/droonga_engine.rb (+0 -2)
===================================================================
--- lib/droonga/command/droonga_engine.rb    2014-11-04 18:59:05 +0900 (7bc138a)
+++ lib/droonga/command/droonga_engine.rb    2014-11-04 19:24:06 +0900 (d957647)
@@ -130,8 +130,6 @@ module Droonga
           if have_config_file?
             if config.include?("daemon")
               @daemon = config["daemon"]
-            else
-              @daemon = true
             end
             if @daemon
               self.pid_file_path = config["pid_file"] || Path.default_pid_file
-------------- next part --------------
HTML����������������������������...
Download 



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