[Groonga-commit] groonga/groonga at ee84dd3 [master] package debian: fix wrong configuration file

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 21 12:25:46 JST 2014


Kouhei Sutou	2014-10-21 12:25:46 +0900 (Tue, 21 Oct 2014)

  New Revision: ee84dd3f8f85aeeb02c0fff50b603b849d4cb97b
  https://github.com/groonga/groonga/commit/ee84dd3f8f85aeeb02c0fff50b603b849d4cb97b

  Message:
    package debian: fix wrong configuration file

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

  Modified: packages/debian/groonga-httpd.init (+1 -1)
===================================================================
--- packages/debian/groonga-httpd.init    2014-10-21 00:17:38 +0900 (b3cba59)
+++ packages/debian/groonga-httpd.init    2014-10-21 12:25:46 +0900 (98ef31b)
@@ -42,7 +42,7 @@ DEFAULT_FILE=/etc/default/$NAME
 . /lib/lsb/init-functions
 
 if [ -z "$PID_FILE" ]; then
-  PID_FILE=$(grep '^\s*pid\s' /etc/nginx/nginx.conf | sed -re 's/^\s*pid\s+(.+);$/\1/g' | head -n1)
+  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
   fi
-------------- next part --------------
HTML����������������������������...
Download 



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