[Groonga-commit] groonga/groonga at 41fde27 [master] centos: install logrotate configuration file

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Fri Apr 22 16:21:38 JST 2016


Kouhei Sutou	2016-04-22 16:21:38 +0900 (Fri, 22 Apr 2016)

  New Revision: 41fde272465c5bc4d7cc8e2bcacfab26b541223a
  https://github.com/groonga/groonga/commit/41fde272465c5bc4d7cc8e2bcacfab26b541223a

  Message:
    centos: install logrotate configuration file

  Modified files:
    configure.ac
    data/logrotate.d/centos/Makefile.am

  Modified: configure.ac (+2 -0)
===================================================================
--- configure.ac    2016-04-22 16:18:52 +0900 (fb0d34d)
+++ configure.ac    2016-04-22 16:21:38 +0900 (528f6d7)
@@ -1384,6 +1384,8 @@ if test "$package_platform" = "centos"; then
 fi
 AC_MSG_RESULT($package_platform)
 
+AM_CONDITIONAL([CENTOS_PLATFORM],
+               [test "${package_platform}" != "no"])
 AM_CONDITIONAL([CENTOS_INIT_PLATFORM],
                [test "${package_platform}" = "centos5" ||
                 test "${package_platform}" = "centos6"])

  Modified: data/logrotate.d/centos/Makefile.am (+1 -1)
===================================================================
--- data/logrotate.d/centos/Makefile.am    2016-04-22 16:18:52 +0900 (c4b4ca8)
+++ data/logrotate.d/centos/Makefile.am    2016-04-22 16:21:38 +0900 (fe12186)
@@ -1,6 +1,6 @@
 logrotate_conf = groonga-server-gqtp groonga-server-http groonga-httpd
 
-if CENTOS_INIT_PLATFORM
+if CENTOS_PLATFORM
 logrotatedir = $(sysconfdir)/logrotate.d
 dist_logrotate_DATA = $(logrotate_conf)
 else
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index