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