[Groonga-commit] groonga/packages.groonga.org at 962e0b3 [master] Update for Ubuntu 18.04

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 21 12:35:01 JST 2018


Kouhei Sutou	2018-06-21 12:35:01 +0900 (Thu, 21 Jun 2018)

  New Revision: 962e0b3027db9b6d83eb187ab54801fc1faf0115
  https://github.com/groonga/packages.groonga.org/commit/962e0b3027db9b6d83eb187ab54801fc1faf0115

  Message:
    Update for Ubuntu 18.04

  Modified files:
    ansible/files/etc/logrotate.d/apache2

  Modified: ansible/files/etc/logrotate.d/apache2 (+2 -2)
===================================================================
--- ansible/files/etc/logrotate.d/apache2    2018-05-02 16:24:56 +0900 (1492ba1)
+++ ansible/files/etc/logrotate.d/apache2    2018-06-21 12:35:01 +0900 (f4ffdf3)
@@ -8,8 +8,8 @@
 	create 640 root adm
 	sharedscripts
 	postrotate
-                if /etc/init.d/apache2 status > /dev/null ; then \
-                    /etc/init.d/apache2 reload > /dev/null; \
+                if invoke-rc.d apache2 status > /dev/null 2>&1; then \
+                    invoke-rc.d apache2 reload > /dev/null 2>&1; \
                 fi;
 	endscript
 	prerotate
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20180621/ced1a77e/attachment-0001.htm 



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