[Ovirt-devel] [PATCH] Changes the order of ovirt-early and ovirt-awake.

Darryl L. Pierce dpierce at redhat.com
Thu Mar 11 13:55:04 UTC 2010


Now the execution order for the ovirt sysvinit scripts is:

ovirt-early -> ovirt-awake -> ovirt -> ovirt-post

Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
 scripts/ovirt       |    2 +-
 scripts/ovirt-awake |    1 +
 scripts/ovirt-early |    1 -
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/ovirt b/scripts/ovirt
index 752564a..d2e338d 100755
--- a/scripts/ovirt
+++ b/scripts/ovirt
@@ -4,7 +4,7 @@
 #
 ### BEGIN INIT INFO
 # Provides: ovirt
-# Required-Start: ovirt-early
+# Required-Start: ovirt-awake
 # Default-Start: 2 3 4 5
 # Description: Performs managed node configuration functions.
 ### END INIT INFO
diff --git a/scripts/ovirt-awake b/scripts/ovirt-awake
index bd50ffd..e4d5a28 100755
--- a/scripts/ovirt-awake
+++ b/scripts/ovirt-awake
@@ -22,6 +22,7 @@
 #
 ### BEGIN INIT INFO
 # Provides: ovirt-awake
+# Required-Start: ovirt-early
 # Default-Start: 2 3 4 5
 # Description: Managed node service to alert management servers.
 ### END INIT INFO
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 1ab0578..d561dc8 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -4,7 +4,6 @@
 #
 ### BEGIN INIT INFO
 # Provides: ovirt-early
-# Required-Start: ovirt-awake
 # Default-Start: 2 3 4 5
 # Dewscription: Managed node early configuration service
 ### END INIT INFO
-- 
1.6.6.1




More information about the ovirt-devel mailing list