[Groonga-commit] groonga/groonga at 57d09a0 [master] groonga-httpd-restart: use the configured PID file path by default

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Fri Aug 23 12:41:09 JST 2013


Kouhei Sutou	2013-08-23 12:41:09 +0900 (Fri, 23 Aug 2013)

  New Revision: 57d09a0a8de3c89af9ce8913cfe7b4367e10024a
  https://github.com/groonga/groonga/commit/57d09a0a8de3c89af9ce8913cfe7b4367e10024a

  Message:
    groonga-httpd-restart: use the configured PID file path by default

  Modified files:
    .gitignore
    configure.ac
  Renamed files:
    data/scripts/groonga-httpd-restart.in
      (from data/scripts/groonga-httpd-restart)

  Modified: .gitignore (+1 -0)
===================================================================
--- .gitignore    2013-08-22 19:09:57 +0900 (e117b75)
+++ .gitignore    2013-08-23 12:41:09 +0900 (5aed22e)
@@ -34,6 +34,7 @@
 /groonga.pc
 /groonga-httpd-conf.sh
 /data/groonga-httpd.conf
+/data/scripts/groonga-httpd-restart
 /vendor/nginx-*/objs
 /vendor/mruby/parse.c
 /vendor/plugins/*/

  Modified: configure.ac (+1 -0)
===================================================================
--- configure.ac    2013-08-22 19:09:57 +0900 (8203114)
+++ configure.ac    2013-08-23 12:41:09 +0900 (29e4db2)
@@ -1356,6 +1356,7 @@ AC_OUTPUT([
   groonga.pc
   groonga-httpd-conf.sh
   data/groonga-httpd.conf
+  data/scripts/groonga-httpd-restart
   ])
 
 echo "$PACKAGE_NAME $PACKAGE_VERSION configuration:"

  Renamed: data/scripts/groonga-httpd-restart.in (+3 -1) 97%
===================================================================
--- data/scripts/groonga-httpd-restart    2013-08-22 19:09:57 +0900 (5ce1a88)
+++ data/scripts/groonga-httpd-restart.in    2013-08-23 12:41:09 +0900 (ca0f86d)
@@ -17,9 +17,11 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+prefix=@prefix@
+
 SERVICE_NAME=groonga-httpd
 GROONGA_HTTPD=${SERVICE_NAME}
-PID_FILE=/var/run/groonga/${GROONGA_HTTPD}.pid
+PID_FILE=@localstatedir@/run/groonga/${GROONGA_HTTPD}.pid
 OLD_PID_FILE=${PID_FILE}.oldbin
 TIMEOUT=3
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る