[Groonga-commit] groonga/groonga [master] httpd: add missing pid file name

Back to archive index

HAYASHI Kentaro null+****@clear*****
Thu Aug 23 17:43:37 JST 2012


HAYASHI Kentaro	2012-08-23 17:43:37 +0900 (Thu, 23 Aug 2012)

  New Revision: 0be89642d68b77e9d20af6b87e3064b33214682d
  https://github.com/groonga/groonga/commit/0be89642d68b77e9d20af6b87e3064b33214682d

  Log:
    httpd: add missing pid file name

  Modified files:
    groonga-httpd-conf.sh.in

  Modified: groonga-httpd-conf.sh.in (+1 -1)
===================================================================
--- groonga-httpd-conf.sh.in    2012-08-23 17:18:28 +0900 (439ff84)
+++ groonga-httpd-conf.sh.in    2012-08-23 17:43:37 +0900 (03749c6)
@@ -14,7 +14,7 @@ export GROONGA_HTTPD_BIN_PATH="${sbindir}/groonga-httpd"
 export GROONGA_HTTPD_CONF_PATH="${pkgsysconfdir}/httpd/groonga-httpd.conf"
 export GROONGA_HTTPD_ERROR_LOG_PATH="${localstatedir}/log/groonga/httpd/error.log"
 export GROONGA_HTTPD_HTTP_LOG_PATH="${localstatedir}/log/groonga/httpd/access.log"
-export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga"
+export GROONGA_HTTPD_PID_PATH="${localstatedir}/run/groonga/groonga-httpd.pid"
 export GROONGA_HTTPD_DEBUG="@grn_debug@"
 export GROONGA_HTTPD_WITH_PCRE="@WITH_PCRE@"
 export GROONGA_HTTPD_PCRE_CFLAGS="@PCRE_CFLAGS@"
-------------- next part --------------
HTML����������������������������...
Download 



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