[Groonga-commit] groonga/groonga [master] redhat: use shutdown command for stop

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 30日 (金) 17:51:22 JST


Kouhei Sutou	2012-03-30 17:51:22 +0900 (Fri, 30 Mar 2012)

  New Revision: e31edb424aad6957979f654a07cb577a26b5d8b3

  Merged 0f086ce: Merge remote-tracking branch 'v2.0.0-package-fix/v2.0.0-package-fix'

  Log:
    redhat: use shutdown command for stop

  Modified files:
    data/init.d/redhat/groonga

  Modified: data/init.d/redhat/groonga (+1 -0)
===================================================================
--- data/init.d/redhat/groonga    2012-03-30 17:51:04 +0900 (1518dae)
+++ data/init.d/redhat/groonga    2012-03-30 17:51:22 +0900 (4d62c16)
@@ -126,6 +126,7 @@ start() {
 
 stop() {
 	echo -n "Shutting down $name: "
+	send_command shutdown
 	killproc $prog
 	RETVAL=$?
 	echo




Groonga-commit メーリングリストの案内
Back to archive index