[Groonga-mysql-commit] mroonga/mroonga at fd9f8bf [master] package rpm: fix a typo

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Jun 3 21:16:59 JST 2015


Kouhei Sutou	2015-06-03 21:16:59 +0900 (Wed, 03 Jun 2015)

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

  Message:
    package rpm: fix a typo

  Modified files:
    packages/rpm/centos/mysql56-community-mroonga.spec.in

  Modified: packages/rpm/centos/mysql56-community-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-02 21:11:43 +0900 (0219598)
+++ packages/rpm/centos/mysql56-community-mroonga.spec.in    2015-06-03 21:16:59 +0900 (8c9daff)
@@ -91,7 +91,7 @@ mv $RPM_BUILD_ROOT%{_datadir}/doc/mroonga/ mysql-mroonga-doc/
 rm -rf $RPM_BUILD_ROOT
 
 %post
-if ! /sbin/service mysql status > /dev/null; then
+if ! /sbin/service mysqld status > /dev/null; then
   /sbin/service mysqld start
   stop_after_installation=1
 else
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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