From 70e06cd4c9cd0f3fdb1c774191962c5eb7923684 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 22 Jun 2012 19:08:05 -0700 Subject: 1. Add init.d/config and final scripts 2. Adjust the comments of the cloud-init* scripts to match the long description of the config and final ones. --- initd/cloud-init.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'initd/cloud-init.sh') diff --git a/initd/cloud-init.sh b/initd/cloud-init.sh index 72b3bd47..7726c452 100755 --- a/initd/cloud-init.sh +++ b/initd/cloud-init.sh @@ -32,10 +32,8 @@ # Default-Start: 3 5 # Default-Stop: # Short-Description: The initial cloud-init job (net and fs contingent) -# Description: Start cloud-init and runs the initialization phases -# and any associated initial modules as desired. Network -# and filesystem are required to have this script activate -# correctly. +# Description: Start cloud-init and runs the initialization phase +# and any associated initial modules as desired. ### END INIT INFO . /etc/init.d/functions -- cgit v1.2.3