[Groonga-commit] droonga/droonga-engine at f2ad757 [master] Convert Pathname instance to string as a command line parameter

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 14:04:52 JST 2014


YUKI Hiroshi	2014-09-18 14:04:52 +0900 (Thu, 18 Sep 2014)

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

  Message:
    Convert Pathname instance to string as a command line parameter

  Modified files:
    bin/droonga-engine-configure

  Modified: bin/droonga-engine-configure (+2 -2)
===================================================================
--- bin/droonga-engine-configure    2014-09-18 14:02:58 +0900 (06d4241)
+++ bin/droonga-engine-configure    2014-09-18 14:04:52 +0900 (f4d604d)
@@ -63,7 +63,7 @@ def running?(configuration)
   else
     system("droonga-engine-status",
            "--base-dir", Droonga::Path.base.to_s,
-           "--pid-file", configuration.pid_file_path,
+           "--pid-file", configuration.pid_file_path.to_s,
            :out => "/dev/null",
            :err => "/dev/null")
   end
@@ -84,7 +84,7 @@ def stop_service(configuration)
   else
     system("droonga-engine-stop",
            "--base-dir", Droonga::Path.base.to_s,
-           "--pid-file", configuration.pid_file_path,
+           "--pid-file", configuration.pid_file_path.to_s,
            :out => "/dev/null",
            :err => "/dev/null")
   end
-------------- next part --------------
HTML����������������������������...
Download 



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