瀏覽代碼

Patch from Keisuke Mori to add proper dependeny on syslog to corosync init
script.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@3038 fd59a12c-fef9-0310-b244-a6a79926bd2f

Steven Dake 15 年之前
父節點
當前提交
1e74401821
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      init/generic.in

+ 2 - 3
init/generic.in

@@ -12,9 +12,8 @@
 #
 #
 ### BEGIN INIT INFO
 ### BEGIN INIT INFO
 # Provides:		corosync
 # Provides:		corosync
-# Required-Start:	$network
-# Should-Start:		$syslog
-# Required-Stop:	$network
+# Required-Start:	$network $syslog
+# Required-Stop:	$network $syslog
 # Default-Start:
 # Default-Start:
 # Default-Stop:
 # Default-Stop:
 # Short-Description:	Starts and stops Corosync Cluster Engine.
 # Short-Description:	Starts and stops Corosync Cluster Engine.