aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-25 18:43:14 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-25 18:46:37 +0300
commitaf02bbe4ab84ddd6a5ec8da3bab0fa360e8bded2 (patch)
tree6960200d5d16046f82f45117003b50930a08ea7d
parentc00e8ff6d9cef344ce439a2553c5627f519face7 (diff)
downloadeclat-af02bbe4ab84ddd6a5ec8da3bab0fa360e8bded2.tar.gz
eclat-af02bbe4ab84ddd6a5ec8da3bab0fa360e8bded2.tar.bz2
Rename freeaddr to rmaddr
-rw-r--r--TODO2
-rw-r--r--doc/Makefile.inc2
-rw-r--r--doc/eclat-allocaddr.12
-rw-r--r--doc/eclat-assocaddr.12
-rw-r--r--doc/eclat-lsaddr.12
-rw-r--r--doc/eclat-rmaddr.1 (renamed from doc/eclat-freeaddr.1)12
-rw-r--r--src/Makefile.am6
-rw-r--r--src/eclat.c2
-rw-r--r--src/rmaddr-cl.opt (renamed from src/freeaddr-cl.opt)0
-rw-r--r--src/rmaddr.c (renamed from src/freeaddr.c)0
10 files changed, 15 insertions, 15 deletions
diff --git a/TODO b/TODO
index ccf78d5..735c8cc 100644
--- a/TODO
+++ b/TODO
@@ -129,13 +129,13 @@ ModifyNetworkInterfaceAttribute - [ ] [ ]
129ModifySnapshotAttribute setsattr [X] [X] 129ModifySnapshotAttribute setsattr [X] [X]
130ModifyVolumeAttribute - [ ] [ ] 130ModifyVolumeAttribute - [ ] [ ]
131MonitorInstances - [ ] [ ] 131MonitorInstances - [ ] [ ]
132PurchaseReservedInstancesOffering - [ ] [ ] 132PurchaseReservedInstancesOffering - [ ] [ ]
133RebootInstances reboot [X] [X] 133RebootInstances reboot [X] [X]
134RegisterImage - [ ] [ ] 134RegisterImage - [ ] [ ]
135ReleaseAddress freeaddr [X] [X] 135ReleaseAddress rmaddr [X] [X]
136ReplaceNetworkAclAssociation - [ ] [ ] 136ReplaceNetworkAclAssociation - [ ] [ ]
137ReplaceNetworkAclEntry - [ ] [ ] 137ReplaceNetworkAclEntry - [ ] [ ]
138ReplaceRoute - [ ] [ ] 138ReplaceRoute - [ ] [ ]
139ReplaceRouteTableAssociation - [ ] [ ] 139ReplaceRouteTableAssociation - [ ] [ ]
140ReportInstanceStatus - [ ] [ ] 140ReportInstanceStatus - [ ] [ ]
141RequestSpotInstances - [ ] [ ] 141RequestSpotInstances - [ ] [ ]
diff --git a/doc/Makefile.inc b/doc/Makefile.inc
index 72921d3..4e1dafc 100644
--- a/doc/Makefile.inc
+++ b/doc/Makefile.inc
@@ -51,10 +51,10 @@ MANPAGES1=\
51 eclat-setiattr.1\ 51 eclat-setiattr.1\
52 eclat-setsattr.1\ 52 eclat-setsattr.1\
53 eclat-conmesg.1\ 53 eclat-conmesg.1\
54 eclat-start.1\ 54 eclat-start.1\
55 eclat-stop.1\ 55 eclat-stop.1\
56 eclat-reboot.1\ 56 eclat-reboot.1\
57 eclat-freeaddr.1 57 eclat-rmaddr.1
58 58
59MANPAGES5=\ 59MANPAGES5=\
60 eclat.conf.5 60 eclat.conf.5
diff --git a/doc/eclat-allocaddr.1 b/doc/eclat-allocaddr.1
index 8c183b1..23abed6 100644
--- a/doc/eclat-allocaddr.1
+++ b/doc/eclat-allocaddr.1
@@ -35,13 +35,13 @@ success.
35.PP 35.PP
36On success, the code 0 is returned to the shell. Non-zero status code 36On success, the code 0 is returned to the shell. Non-zero status code
37is returned on error. 37is returned on error.
38.SH "SEE ALSO" 38.SH "SEE ALSO"
39.BR eclat (1), 39.BR eclat (1),
40.BR eclat\-assocaddr (1), 40.BR eclat\-assocaddr (1),
41.BR eclat\-freeaddr (1). 41.BR eclat\-rmaddr (1).
42.SH AUTHORS 42.SH AUTHORS
43Sergey Poznyakoff 43Sergey Poznyakoff
44.SH "BUG REPORTS" 44.SH "BUG REPORTS"
45Report bugs to <bug\-eclat@gnu.org.ua>. 45Report bugs to <bug\-eclat@gnu.org.ua>.
46.SH COPYRIGHT 46.SH COPYRIGHT
47Copyright \(co 2012, 2013 Sergey Poznyakoff 47Copyright \(co 2012, 2013 Sergey Poznyakoff
diff --git a/doc/eclat-assocaddr.1 b/doc/eclat-assocaddr.1
index 342d83b..da22421 100644
--- a/doc/eclat-assocaddr.1
+++ b/doc/eclat-assocaddr.1
@@ -70,13 +70,13 @@ Associate an IP address with an instance in the VPC:
70.nf 70.nf
71.B eclat assocaddr \-\-vpc i\-4fd2431a eipalloc\-5723d13e 71.B eclat assocaddr \-\-vpc i\-4fd2431a eipalloc\-5723d13e
72.fi 72.fi
73.SH "SEE ALSO" 73.SH "SEE ALSO"
74.BR eclat (1), 74.BR eclat (1),
75.BR eclat\-allocaddr (1), 75.BR eclat\-allocaddr (1),
76.BR eclat\-freeaddr (1), 76.BR eclat\-rmaddr (1),
77.BR eclat\-disassaddr (1). 77.BR eclat\-disassaddr (1).
78.SH AUTHORS 78.SH AUTHORS
79Sergey Poznyakoff 79Sergey Poznyakoff
80.SH "BUG REPORTS" 80.SH "BUG REPORTS"
81Report bugs to <bug\-eclat@gnu.org.ua>. 81Report bugs to <bug\-eclat@gnu.org.ua>.
82.SH COPYRIGHT 82.SH COPYRIGHT
diff --git a/doc/eclat-lsaddr.1 b/doc/eclat-lsaddr.1
index ebaf41d..3efd0d2 100644
--- a/doc/eclat-lsaddr.1
+++ b/doc/eclat-lsaddr.1
@@ -72,13 +72,13 @@ standard 192.0.2.1 i-f15ebb98
72standard 198.51.100.2 72standard 198.51.100.2
73.in 73.in
74.fi 74.fi
75.SH "SEE ALSO" 75.SH "SEE ALSO"
76.BR eclat (1), 76.BR eclat (1),
77.BR eclat\-allocaddr (1), 77.BR eclat\-allocaddr (1),
78.BR eclat\-freeaddr (1), 78.BR eclat\-rmaddr (1),
79.BR eclat\-assocaddr (1), 79.BR eclat\-assocaddr (1),
80.BR eclat\-disassaddr (1). 80.BR eclat\-disassaddr (1).
81.SH AUTHORS 81.SH AUTHORS
82Sergey Poznyakoff 82Sergey Poznyakoff
83.SH "BUG REPORTS" 83.SH "BUG REPORTS"
84Report bugs to <bug\-eclat@gnu.org.ua>. 84Report bugs to <bug\-eclat@gnu.org.ua>.
diff --git a/doc/eclat-freeaddr.1 b/doc/eclat-rmaddr.1
index 4701ccd..8deb962 100644
--- a/doc/eclat-freeaddr.1
+++ b/doc/eclat-rmaddr.1
@@ -12,17 +12,17 @@
12.\" GNU General Public License for more details. 12.\" GNU General Public License for more details.
13.\" 13.\"
14.\" You should have received a copy of the GNU General Public License 14.\" You should have received a copy of the GNU General Public License
15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>. 15.\" along with Eclat. If not, see <http://www.gnu.org/licenses/>.
16.TH DISASSOCADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference" 16.TH DISASSOCADDR 1 "April 20, 2013" "ECLAT" "Eclat User Reference"
17.SH NAME 17.SH NAME
18eclat freeaddr, release\-address \- release Elastic IP address. 18eclat rmaddr, release\-address \- release Elastic IP address.
19.SH SYNOPSIS 19.SH SYNOPSIS
20\fBeclat freeaddr\fR [\fB\-\-vpc\fR] [\fB\-v\fR] \fIIP\-OR\-ALLOCID\fR 20\fBeclat rmaddr\fR [\fB\-\-vpc\fR] [\fB\-v\fR] \fIIP\-OR\-ALLOCID\fR
21 21
22\fBeclat freeaddr\fR \fB\-\-help\fR 22\fBeclat rmaddr\fR \fB\-\-help\fR
23.SH DESCRIPTION 23.SH DESCRIPTION
24This command releases an Elastic IP address. The address must have been 24This command releases an Elastic IP address. The address must have been
25previously allocated using the 25previously allocated using the
26.B allocaddr 26.B allocaddr
27command. 27command.
28.SH OPTIONS 28.SH OPTIONS
@@ -43,26 +43,26 @@ is unable to recognize the response.
43The code 16 is returned if the operation is not confirmed. 43The code 16 is returned if the operation is not confirmed.
44.SH EXAMPLES 44.SH EXAMPLES
45.SS 1. 45.SS 1.
46Release the Elastic IP: 46Release the Elastic IP:
47.P 47.P
48.nf 48.nf
49.B $ eclat freeaddr 192.0.2.1 49.B $ eclat rmaddr 192.0.2.1
50Really release IP 192.0.2.1 [Y/n] y 50Really release IP 192.0.2.1 [Y/n] y
51.fi 51.fi
52.SS 2. 52.SS 2.
53Same, with confirmation disabled: 53Same, with confirmation disabled:
54.P 54.P
55.nf 55.nf
56.B $ eclat -Y freeaddr 192.0.2.1 56.B $ eclat -Y rmaddr 192.0.2.1
57.fi 57.fi
58.SS 3. 58.SS 3.
59Release the VPC Elastic IP: 59Release the VPC Elastic IP:
60.P 60.P
61.nf 61.nf
62.B eclat freeaddr \-\-vpc eipalloc\-5723d13e 62.B eclat rmaddr \-\-vpc eipalloc\-5723d13e
63.fi 63.fi
64.SH "SEE ALSO" 64.SH "SEE ALSO"
65.BR eclat (1), 65.BR eclat (1),
66.BR eclat\-allocaddr (1), 66.BR eclat\-allocaddr (1),
67.BR eclat\-assocaddr (1), 67.BR eclat\-assocaddr (1),
68.BR eclat\-disassaddr (1). 68.BR eclat\-disassaddr (1).
diff --git a/src/Makefile.am b/src/Makefile.am
index d97110a..6b796b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,13 +27,12 @@ eclat_SOURCES=\
27 cpsnap.c\ 27 cpsnap.c\
28 deimg.c\ 28 deimg.c\
29 devol.c\ 29 devol.c\
30 disasaddr.c\ 30 disasaddr.c\
31 eclat.c\ 31 eclat.c\
32 eclat.h\ 32 eclat.h\
33 freeaddr.c\
34 genericcl.c\ 33 genericcl.c\
35 getconout.c\ 34 getconout.c\
36 lsaddr.c\ 35 lsaddr.c\
37 lsattr.c\ 36 lsattr.c\
38 lsiattr.c\ 37 lsiattr.c\
39 lsimg.c\ 38 lsimg.c\
@@ -48,12 +47,13 @@ eclat_SOURCES=\
48 lszon.c\ 47 lszon.c\
49 mkimg.c\ 48 mkimg.c\
50 mkinst.c\ 49 mkinst.c\
51 mksnap.c\ 50 mksnap.c\
52 mktags.c\ 51 mktags.c\
53 mkvol.c\ 52 mkvol.c\
53 rmaddr.c\
54 rmsnap.c\ 54 rmsnap.c\
55 rmvol.c\ 55 rmvol.c\
56 setiattr.c\ 56 setiattr.c\
57 startstop.c\ 57 startstop.c\
58 util.c 58 util.c
59 59
@@ -69,25 +69,25 @@ OPTFILES=\
69 allocaddr-cl.opt\ 69 allocaddr-cl.opt\
70 asscaddr-cl.opt\ 70 asscaddr-cl.opt\
71 cpimg-cl.opt\ 71 cpimg-cl.opt\
72 cpsnap-cl.opt\ 72 cpsnap-cl.opt\
73 devol-cl.opt\ 73 devol-cl.opt\
74 disasaddr-cl.opt\ 74 disasaddr-cl.opt\
75 freeaddr-cl.opt\
76 generic-cl.opt\ 75