aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
4 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d97110a..6b796b1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,3 +32,2 @@ eclat_SOURCES=\
32 eclat.h\ 32 eclat.h\
33 freeaddr.c\
34 genericcl.c\ 33 genericcl.c\
@@ -53,2 +52,3 @@ eclat_SOURCES=\
53 mkvol.c\ 52 mkvol.c\
53 rmaddr.c\
54 rmsnap.c\ 54 rmsnap.c\
@@ -74,3 +74,2 @@ OPTFILES=\
74 disasaddr-cl.opt\ 74 disasaddr-cl.opt\
75 freeaddr-cl.opt\
76 generic-cl.opt\ 75 generic-cl.opt\
@@ -86,3 +85,4 @@ OPTFILES=\
86 mktags-cl.opt\ 85 mktags-cl.opt\
87 mkvol-cl.opt 86 mkvol-cl.opt\
87 rmaddr-cl.opt
88 88
diff --git a/src/eclat.c b/src/eclat.c
index ee44053..b78e079 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -226,3 +226,3 @@ struct eclat_command cmdtab[] = {
226 eclat_allocate_address, CMD_MOD }, 226 eclat_allocate_address, CMD_MOD },
227 { "freeaddr", "release-address", "ReleaseAddress", 227 { "rmaddr", "release-address", "ReleaseAddress",
228 eclat_release_address, CMD_MOD|CMD_DESTR }, 228 eclat_release_address, CMD_MOD|CMD_DESTR },
diff --git a/src/freeaddr-cl.opt b/src/rmaddr-cl.opt
index be70065..be70065 100644
--- a/src/freeaddr-cl.opt
+++ b/src/rmaddr-cl.opt
diff --git a/src/freeaddr.c b/src/rmaddr.c
index b970248..b970248 100644
--- a/src/freeaddr.c
+++ b/src/rmaddr.c

Return to:

Send suggestions and report system problems to the System administrator.