Joshua Harlow has proposed merging lp:~harlowja/cloud-init/rhel5-init-local-fixy into lp:cloud-init.
Requested reviews: cloud init development team (cloud-init-dev) For more details, see: https://code.launchpad.net/~harlowja/cloud-init/rhel5-init-local-fixy/+merge/128133 Makes this work better on rhel5.6 (it doesn't seem to order it like rhel6 does) but this change should work in both cases (making it required, instead of sorta/maybe required). -- https://code.launchpad.net/~harlowja/cloud-init/rhel5-init-local-fixy/+merge/128133 Your team cloud init development team is requested to review the proposed merge of lp:~harlowja/cloud-init/rhel5-init-local-fixy into lp:cloud-init.
=== modified file 'sysvinit/cloud-init' --- sysvinit/cloud-init 2012-07-11 01:34:41 +0000 +++ sysvinit/cloud-init 2012-10-04 22:59:21 +0000 @@ -25,8 +25,8 @@ ### BEGIN INIT INFO # Provides: cloud-init -# Required-Start: $local_fs $network $named $remote_fs -# Should-Start: $time cloud-init-local +# Required-Start: $local_fs $network $named $remote_fs cloud-init-local +# Should-Start: $time # Required-Stop: # Should-Stop: # Default-Start: 3 5
_______________________________________________ Mailing list: https://launchpad.net/~cloud-init-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~cloud-init-dev More help : https://help.launchpad.net/ListHelp

