[Groonga-mysql-commit] mroonga/mroonga at c9f45b0 [master] packages deb: fix install failure on trusty

Back to archive index

Kentaro Hayashi null+****@clear*****
Wed May 9 11:07:24 JST 2018


Kentaro Hayashi	2018-05-09 11:07:24 +0900 (Wed, 09 May 2018)

  New Revision: c9f45b09a96387d59da6cd943428825aaec18e74
  https://github.com/mroonga/mroonga/commit/c9f45b09a96387d59da6cd943428825aaec18e74

  Message:
    packages deb: fix install failure on trusty
    
    GitHub:#202, #205
    
    Reported by Masato Hirai. Thanks!!!
    
    I've fogot to commit. :-<

  Modified files:
    packages/debian-5.5/mysql-server-5.5-mroonga.postinst
    packages/debian-5.6/mysql-server-5.6-mroonga.postinst
    packages/debian-5.7/mysql-server-5.7-mroonga.postinst

  Modified: packages/debian-5.5/mysql-server-5.5-mroonga.postinst (+2 -2)
===================================================================
--- packages/debian-5.5/mysql-server-5.5-mroonga.postinst    2018-05-02 18:20:20 +0900 (b9779019)
+++ packages/debian-5.5/mysql-server-5.5-mroonga.postinst    2018-05-09 11:07:24 +0900 (8d075f57)
@@ -62,9 +62,9 @@ restart_server() {
             systemctl restart mysql
         fi
     else
-        /sbin/service mysql status
+        service mysql status
         if test $? -eq 0 ; then
-            /sbin/service mysql restart
+            service mysql restart
         fi
     fi
 }

  Modified: packages/debian-5.6/mysql-server-5.6-mroonga.postinst (+2 -2)
===================================================================
--- packages/debian-5.6/mysql-server-5.6-mroonga.postinst    2018-05-02 18:20:20 +0900 (4206662f)
+++ packages/debian-5.6/mysql-server-5.6-mroonga.postinst    2018-05-09 11:07:24 +0900 (3320a363)
@@ -62,9 +62,9 @@ restart_server() {
             systemctl restart mysql
         fi
     else
-        /sbin/service mysql status
+        service mysql status
         if test $? -eq 0 ; then
-            /sbin/service mysql restart
+            service mysql restart
         fi
     fi
 }

  Modified: packages/debian-5.7/mysql-server-5.7-mroonga.postinst (+2 -2)
===================================================================
--- packages/debian-5.7/mysql-server-5.7-mroonga.postinst    2018-05-02 18:20:20 +0900 (536256b7)
+++ packages/debian-5.7/mysql-server-5.7-mroonga.postinst    2018-05-09 11:07:24 +0900 (f6c4a906)
@@ -62,9 +62,9 @@ restart_server() {
             systemctl restart mysql
         fi
     else
-        /sbin/service mysql status
+        service mysql status
         if test $? -eq 0 ; then
-            /sbin/service mysql restart
+            service mysql restart
         fi
     fi
 }
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-mysql-commit/attachments/20180509/4827477f/attachment-0001.htm 



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