[Groonga-commit] groonga/groonga [master] remove needless tasks from Required-Start and Required-Stop.

Back to archive index

null+****@clear***** null+****@clear*****
2010年 9月 13日 (月) 12:16:06 JST


Kouhei Sutou	2010-09-13 03:16:06 +0000 (Mon, 13 Sep 2010)

  New Revision: e0f15739a015988bc334694040e2d5cbf105b9cd

  Log:
    remove needless tasks from Required-Start and Required-Stop.

  Modified files:
    debian/groonga.init

  Modified: debian/groonga.init (+2 -2)
===================================================================
--- debian/groonga.init    2010-09-13 03:14:53 +0000 (0e8ad50)
+++ debian/groonga.init    2010-09-13 03:16:06 +0000 (7deca2e)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          groonga
-# Required-Start:    $local_fs $remote_fs $network $syslog
-# Required-Stop:     $local_fs $remote_fs $network $syslog
+# Required-Start:    $remote_fs $network
+# Required-Stop:     $remote_fs $network
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: groonga's init script




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