Kentaro Hayashi
null+****@clear*****
Fri Jul 21 15:03:26 JST 2017
Kentaro Hayashi 2017-07-21 15:03:26 +0900 (Fri, 21 Jul 2017) New Revision: 9b07f5eb3e81a512edb1d40698169612da77e877 https://github.com/groonga/groonga/commit/9b07f5eb3e81a512edb1d40698169612da77e877 Merged eae0296: Merge pull request #745 from kenhys/fix-httpd-pid-path Message: httpd: put groonga-httpd.pid under /var/run/groonga/ The default pid path (/var/run/groonga-httpd.pid) and pid path of groonga-httpd-restart (/var/run/groonga/groonga-httpd.pid) are different. This mismatch blocks restarting groonga-httpd. GitHub: #743 Reported by sozaki. Thanks!!! Modified files: configure.ac Modified: configure.ac (+1 -1) =================================================================== --- configure.ac 2017-07-20 17:33:30 +0900 (a491dba) +++ configure.ac 2017-07-21 15:03:26 +0900 (297cce0) @@ -1551,7 +1551,7 @@ AM_CONDITIONAL(WITH_GROONGA_HTTPD, test "$enable_groonga_httpd" = "yes") GROONGA_HTTPD_PID_PATH="` test \"$prefix\" = NONE && prefix=/usr/local - eval echo ${localstatedir}/run/groonga-httpd.pid + eval echo ${localstatedir}/run/groonga/groonga-httpd.pid `" AC_SUBST(GROONGA_HTTPD_PID_PATH) -------------- next part -------------- HTML����������������������������... Télécharger