aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README16
-rw-r--r--TODO2
-rw-r--r--doc/Makefile.inc2
-rw-r--r--doc/eclat-dmesg.1 (renamed from doc/eclat-conmesg.1)8
-rw-r--r--src/eclat.c2
5 files changed, 17 insertions, 13 deletions
diff --git a/README b/README
index 9cb7f43..cbe476d 100644
--- a/README
+++ b/README
@@ -12,20 +12,24 @@ and has low resource requirements.
* Actions
-So far about 25% of EC2 actions is implemented. The set of actions is
+So far about 27% of EC2 actions is implemented. The set of actions is
somewhat arbitrary and reflects my needs. See the file TODO for the
detailed list of actions and their status. I will be adding new
-actions as the need arises and my time permits. Given a well
-established Eclat framework, implementing a new action is quite
-straightforward and simple. If you are interested in a particular
-action, drop me a note and I'll try to implement it out of schedule
-(see the email at the end of this document).
+actions as the need arises and my time permits. Given that the Eclat
+framework in now mature and well established, implementing a new
+action is quite straightforward and simple. If you are interested in
+a particular action, drop me a note and I'll try to implement it out
+of schedule (see the email at the end of this document).
* Documentation
Documentation in manpage format is available in the subdirectory doc.
It is installed as usual after make install.
+Online copy of the documentation is available at
+
+ http://www.gnu.org.ua/software/eclat/manual.html
+
* Building
The following libraries are needed for Eclat:
diff --git a/TODO b/TODO
index bd7ec6a..157e18b 100644
--- a/TODO
+++ b/TODO
@@ -118,7 +118,7 @@ DisassociateAddress disasaddr [X] [X]
DisassociateRouteTable - [ ] [ ]
EnableVgwRoutePropagation - [ ] [ ]
EnableVolumeIO - [ ] [ ]
-GetConsoleOutput conmesg [X] [X]
+GetConsoleOutput dmesg [X] [X]
GetPasswordData - [ ] [ ]
ImportInstance - [ ] [ ]
ImportKeyPair - [ ] [ ]
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index 0fa843f..f7ae7ef 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -23,7 +23,7 @@ MANPAGES1=\
eclat-assocaddr.1\
eclat-atvol.1\
eclat-clrsattr.1\
- eclat-conmesg.1\
+ eclat-dmesg.1\
eclat-cpimg.1\
eclat-cpsnap.1\
eclat-deimg.1\
diff --git a/doc/eclat-conmesg.1 b/doc/eclat-dmesg.1
index 8f04c0b..ec52ff5 100644
--- a/doc/eclat-conmesg.1
+++ b/doc/eclat-dmesg.1
@@ -15,14 +15,14 @@
.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
.TH MESG 1 "April 20, 2013" "ECLAT" "Eclat User Reference"
.SH NAME
-eclat conmesg, get\-console\-output \- get console output from the instance
+eclat dmesg, get\-console\-output \- get console output from the instance
.SH SYNOPSIS
-\fBeclat conmesg\fR \fIINSTANCE\-ID\fR
+\fBeclat dmesg\fR \fIINSTANCE\-ID\fR
-\fBeclat conmesg\fR \fB\-\-help\fR
+\fBeclat dmesg\fR \fB\-\-help\fR
.SH DESCRIPTION
The command
-.B conmesg
+.B dmesg
retrieves and prints on the standard output the console output for the
specified instance.
.SH "SEE ALSO"
diff --git a/src/eclat.c b/src/eclat.c
index 6d2a952..f30c834 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -105,7 +105,7 @@ struct eclat_command cmdtab[] = {
eclat_create_tags, CMD_MOD },
{ "rmtag", "delete-tags", "DeleteTags",
eclat_delete_tags, CMD_MOD|CMD_DESTR },
- { "conmesg", "get-console-output", "GetConsoleOutput",
+ { "dmesg", "get-console-output", "GetConsoleOutput",
eclat_get_console_output },
{ "lssg", "describe-security-groups", "DescribeSecurityGroups",
eclat_describe_security_groups },

Return to:

Send suggestions and report system problems to the System administrator.