Module Name:    othersrc
Committed By:   riz
Date:           Thu Jul 24 16:59:06 UTC 2014

Modified Files:
        othersrc/share/examples/ec2/files: ec2_bootmail

Log Message:
Report some additional information about the instance.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 othersrc/share/examples/ec2/files/ec2_bootmail

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: othersrc/share/examples/ec2/files/ec2_bootmail
diff -u othersrc/share/examples/ec2/files/ec2_bootmail:1.1 othersrc/share/examples/ec2/files/ec2_bootmail:1.2
--- othersrc/share/examples/ec2/files/ec2_bootmail:1.1	Fri Apr 20 21:01:03 2012
+++ othersrc/share/examples/ec2/files/ec2_bootmail	Thu Jul 24 16:59:06 2014
@@ -25,6 +25,8 @@ ec2_bootmail_run()
 			echo "From: EC2 Instance <root@localhost>"
 			echo "Subject: Instance launch"
 			echo
+			ftp -Vo - http://169.254.169.254/latest/dynamic/instance-identity/document
+			echo
 			uname -a
 			echo
 			dmesg

Reply via email to