~smoser/ec2-init/ec2-init.smoser

« back to all changes in this revision

Viewing changes to ec2-init

  • Committer: Soren Hansen
  • Date: 2009-08-11 06:20:55 UTC
  • Revision ID: soren@canonical.com-20090811062055-51d5lk2rn2w77fbr
Remove call to update-motd from the init script. It is Ubuntu specific (and is possibly not even needed there)

Fix a bit of fallout due to code shuffling between EC2Init, ec2-set-apt-sources, and ec2-set-defaults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
            regenerate_ssh_host_keys
79
79
        fi
80
80
 
81
 
        update-motd
82
 
 
83
81
        if run_once_ever ec2-defaults
84
82
        then
85
83
            log_daemon_msg "Setting EC2 defaults"