diff --git a/distro/pkg/deb/bird.xml b/distro/pkg/deb/bird.xml index 4ba3868f..2cc69575 100644 --- a/distro/pkg/deb/bird.xml +++ b/distro/pkg/deb/bird.xml @@ -65,11 +65,23 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ &dhemail; + + Jakub + Ružička + Updated this manpage for birdcl. +
+ jakub.ruzicka@nic.cz +
+
2010 &dhusername; + + 2022 + Jakub Ružička + This manual page was written for the Debian system (and may be used by others). @@ -95,6 +107,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ birdc BIRD Internet Routing Daemon remote control + + birdcl + BIRD Internet Routing Daemon remote control light + @@ -118,6 +134,13 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ + + birdcl + + + + + @@ -136,7 +159,10 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ communicate. Once started, bird will give access to an interactive shell: commands can be completed with TAB and help can be requested by pressing the key `?'. More documentation on - the available commands can be foung on the website, see below. + the available commands can be found on the website, see below. + birdcl is a light version of birdc + remote control for bird without readline/ncurses support. + TAB completion isn't available. @@ -230,7 +256,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ - The birdc accepts these options: + birdc and birdcl accept these options: @@ -279,8 +305,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ SEE ALSO - More documentation con be found on the website: + More documentation can be found on the website: https://bird.network.cz/. - diff --git a/distro/pkg/deb/bird2.lintian-overrides b/distro/pkg/deb/bird2.lintian-overrides deleted file mode 100644 index e64c0ef6..00000000 --- a/distro/pkg/deb/bird2.lintian-overrides +++ /dev/null @@ -1 +0,0 @@ -bird2: binary-without-manpage usr/sbin/birdcl diff --git a/distro/pkg/deb/bird2.manpages b/distro/pkg/deb/bird2.manpages index 94898ea1..cd80062c 100644 --- a/distro/pkg/deb/bird2.manpages +++ b/distro/pkg/deb/bird2.manpages @@ -1,2 +1,3 @@ bird.8 birdc.8 +birdcl.8 diff --git a/distro/pkg/deb/rules b/distro/pkg/deb/rules index 5630ed1c..905e72d1 100755 --- a/distro/pkg/deb/rules +++ b/distro/pkg/deb/rules @@ -47,7 +47,7 @@ override_dh_installman: bird.8 override_dh_clean: dh_clean - -rm -f bird.8 birdc.8 + -rm -f bird.8 birdc.8 birdcl.8 override_dh_missing: dh_missing --fail-missing