Răsfoiți Sursa

init: corosync and cman aren't system facilities

Signed-off-by: Ferenc Wágner <wferi@niif.hu>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Ferenc Wágner 9 ani în urmă
părinte
comite
aab840256d
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 2 2
      init/corosync-notifyd.in
  2. 2 2
      init/corosync-qdevice.in

+ 2 - 2
init/corosync-notifyd.in

@@ -11,8 +11,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:		corosync-notifyd
-# Required-Start:	$corosync $cman
-# Required-Stop:	$corosync $cman
+# Required-Start:	corosync cman
+# Required-Stop:	corosync cman
 # Default-Start:
 # Default-Stop:
 # Short-Description:	Starts and stops Corosync Notifier.

+ 2 - 2
init/corosync-qdevice.in

@@ -11,8 +11,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:		corosync-qdevice
-# Required-Start:	$corosync
-# Required-Stop:	$corosync
+# Required-Start:	corosync
+# Required-Stop:	corosync
 # Default-Start:
 # Default-Stop:
 # Short-Description:	Starts and stops Corosync Qdevice daemon.