summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.version2
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.12
-rw-r--r--docs/synopsis.txt8
6 files changed, 14 insertions, 8 deletions
diff --git a/.version b/.version
index a918a2a..ee6cdce 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.6.0
+0.6.1
diff --git a/Makefile b/Makefile
index 93ecdc8..fcf76dd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ documentation:
--center="User Commands" ./docs/$(NAME).pod > ./docs/$(NAME).1
pod2text ./docs/$(NAME).pod > ./docs/$(NAME).txt
cp ./docs/$(NAME).pod README.pod
- ./bin/fapi -h > ./docs/synopsis.txt
+ ./bin/fapi -h -n > ./docs/synopsis.txt
# Build a debian package (don't sign it, modify the arguments if you want to sign it)
deb: all
dpkg-buildpackage
diff --git a/debian/changelog b/debian/changelog
index 0a051df..e8a85f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+fapi (0.6.1) stable; urgency=low
+
+ * Minor fix in synopsis.txt generation
+
+ -- Paul Buetow <paul@buetow.org> Tue, 29 Apr 2014 07:39:13 +0200
+
fapi (0.6.0) stable; urgency=low
* Count version to 0.6.0, it's the 6th release introducing new features
diff --git a/debian/files b/debian/files
index e6c4aab..c97e89c 100644
--- a/debian/files
+++ b/debian/files
@@ -1 +1 @@
-fapi_0.6.0_all.deb utils optional
+fapi_0.6.1_all.deb utils optional
diff --git a/docs/fapi.1 b/docs/fapi.1
index f32efd4..b23ede1 100644
--- a/docs/fapi.1
+++ b/docs/fapi.1
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "FAPI 1"
-.TH FAPI 1 "2014-04-29" "fapi 0.6.0" "User Commands"
+.TH FAPI 1 "2014-04-29" "fapi 0.6.1" "User Commands"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
diff --git a/docs/synopsis.txt b/docs/synopsis.txt
index 9eea847..3d1e7f0 100644
--- a/docs/synopsis.txt
+++ b/docs/synopsis.txt
@@ -24,7 +24,7 @@ optional arguments:
Synopsis:
- monitor
+ monitor
monitor NAME get desc|state
node
node NODENAME create|delete
@@ -49,9 +49,9 @@ Synopsis:
vserver NAME get brief|detail|status
vserver NAME set nat|pat disabled|enabled
vserver NAME set pool POOLNAME
- vserver NAME set snat none
+ vserver NAME set snat none
The following partially needs admininstrator privileges on / and /Common
- -f Common -b balancer.example.com selfip
+ -f Common -b balancer.example.com selfip
-f Common -b balancer.example.com selfip NAME create NETMASK VLANNAME [TGROUP]
-f Common -b balancer.example.com selfip NAME delete
-f Common -b balancer.example.com selfip NAME get detail|tgroup
@@ -71,5 +71,5 @@ The following partially needs admininstrator privileges on / and /Common
-f / folder
-f / folder NAME create|delete
-f / folder NAME get detail|dgroup|tgroup
- -f / folder NAME set dgroup|tgroup DGROUP|TGROUP
+ -f / folder NAME set dgroup|tgroup DGROUP|TGROUP
Please consult the manpage for examples.