It's working.
On Jeudi 11 Mars 2010 14:55:04 Darryl L. Pierce wrote: > Now the execution order for the ovirt sysvinit scripts is: > > ovirt-early -> ovirt-awake -> ovirt -> ovirt-post > > Signed-off-by: Darryl L. Pierce <[email protected]> > --- > 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 -- Arthur CLEMENT Linagora Paris _______________________________________________ Ovirt-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/ovirt-devel
