[Groonga-commit] groonga/groonga at 43dfd9f [master] centos groonga-httpd: follow PID path change

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Apr 22 16:27:10 JST 2016


Kouhei Sutou	2016-04-22 16:27:10 +0900 (Fri, 22 Apr 2016)

  New Revision: 43dfd9fedfe8ce3da68504c37b5dc955089aa410
  https://github.com/groonga/groonga/commit/43dfd9fedfe8ce3da68504c37b5dc955089aa410

  Message:
    centos groonga-httpd: follow PID path change

  Modified files:
    .gitignore
    configure.ac
  Renamed files:
    data/logrotate.d/centos/groonga-httpd.in
      (from data/logrotate.d/centos/groonga-httpd)

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2016-04-22 16:21:38 +0900 (c09a4fa)
+++ .gitignore    2016-04-22 16:27:10 +0900 (149d015)
@@ -36,6 +36,7 @@ cmake_install.cmake
 /groonga.pc
 /groonga-httpd-conf.sh
 /data/groonga-httpd.conf
+/data/logrotate.d/centos/groonga-httpd
 /data/scripts/groonga-httpd-restart
 /vendor/nginx-*/objs
 /vendor/mruby/LEGAL

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2016-04-22 16:21:38 +0900 (528f6d7)
+++ configure.ac    2016-04-22 16:27:10 +0900 (fa48839)
@@ -1673,6 +1673,7 @@ AC_OUTPUT([
   config.sh
   groonga-httpd-conf.sh
   data/groonga-httpd.conf
+  data/logrotate.d/centos/groonga-httpd
   data/scripts/groonga-httpd-restart
   ])
 

  Renamed: data/logrotate.d/centos/groonga-httpd.in (+1 -1) 76%
===================================================================
--- data/logrotate.d/centos/groonga-httpd    2016-04-22 16:21:38 +0900 (b52975f)
+++ data/logrotate.d/centos/groonga-httpd.in    2016-04-22 16:27:10 +0900 (a17b8aa)
@@ -8,7 +8,7 @@
     sharedscripts
     postrotate
         if [ -f /var/lock/subsys/groonga-httpd ]; then
-            /bin/kill -USR1 $(cat /var/run/groonga/groonga-httpd.pid)
+            /bin/kill -USR1 $(cat @GROONGA_HTTPD_PID_PATH@)
         fi
     endscript
 }
-------------- next part --------------
HTML����������������������������...
Télécharger 



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