Displaying 1 result from an estimated 1 matches for "e4d5a28".
Did you mean:
e425a028
2010 Mar 11
1
[PATCH] Changes the order of ovirt-early and ovirt-awake.
...@@ -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-earl...