diff options
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/fapi.1 | 2 | ||||
| -rw-r--r-- | docs/synopsis.txt | 8 |
6 files changed, 14 insertions, 8 deletions
@@ -1 +1 @@ -0.6.0 +0.6.1 @@ -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: -[2m 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[0m + vserver NAME set snat none The following partially needs admininstrator privileges on / and /Common -[2m -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[0m + -f / folder NAME set dgroup|tgroup DGROUP|TGROUP Please consult the manpage for examples. |
