[Groonga-commit] groonga/groonga at 99d9918 [master] package debian: fix wrong default PID file path

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 21 12:30:34 JST 2014


Kouhei Sutou	2014-10-21 12:30:34 +0900 (Tue, 21 Oct 2014)

  New Revision: 99d9918a3756aa12936401abf65fb171000a5971
  https://github.com/groonga/groonga/commit/99d9918a3756aa12936401abf65fb171000a5971

  Message:
    package debian: fix wrong default PID file path

  Modified files:
    packages/debian/groonga-httpd.init

  Modified: packages/debian/groonga-httpd.init (+1 -1)
===================================================================
--- packages/debian/groonga-httpd.init    2014-10-21 12:25:46 +0900 (98ef31b)
+++ packages/debian/groonga-httpd.init    2014-10-21 12:30:34 +0900 (e0ea0f7)
@@ -44,7 +44,7 @@ DEFAULT_FILE=/etc/default/$NAME
 if [ -z "$PID_FILE" ]; then
   PID_FILE=$(grep '^\s*pid\s' /etc/groonga/httpd/groonga-httpd.conf | sed -re 's/^\s*pid\s+(.+);$/\1/g' | head -n1)
   if [ -z "$PID_FILE" ]; then
-    PID_FILE=/run/groonga-httpd.pid
+    PID_FILE=/var/run/groonga/groonga-httpd.pid
   fi
 fi
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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