Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 682628 - net-misc/bird: improve init script
Summary: net-misc/bird: improve init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-05 20:51 UTC by Alarig Le Lay
Modified: 2019-05-22 12:11 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alarig Le Lay 2019-04-05 20:51:56 UTC
Hi,

I had some issues with the current init script of bird: https://archives.gentoo.org/gentoo-user/message/786d1b1fc8a30cb3d81394c7ad8724f8

As Michael Orlitzky suggested, I wrote a new one. After some tests, Iā€™m confident enough to propose it to be pushed. So, you can replace the old one if you want.

My script is here: https://git.grifon.fr/alarig/SwordArMor-gentoo-overlay/src/branch/master/net-misc/bird/files/initd-bird-2

Cheers,
-- 
Alarig Le Lay
Comment 1 Michael Orlitzky gentoo-dev 2019-04-06 02:58:33 UTC
Most of these changes are straight out of,

  https://github.com/OpenRC/openrc/blob/master/service-script-guide.md

They also seem to have fixed the bug that Alarig started with.
Comment 2 Larry the Git Cow gentoo-dev 2019-05-22 12:11:31 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c925cf427ea6590a61b9030cca0cae090f21201

commit 5c925cf427ea6590a61b9030cca0cae090f21201
Author:     Tony Vroon <chainsaw@gentoo.org>
AuthorDate: 2019-05-22 12:11:04 +0000
Commit:     Tony Vroon <chainsaw@gentoo.org>
CommitDate: 2019-05-22 12:11:18 +0000

    net-misc/bird: 1.6.6 & 2.0.4 version bumps
    
    New init script by Alarig Le Lay fixes bad behaviour for 2.x daemons,
    by rewriting in a different style as suggested by Michael Orlitzky.
    1.6.6 contains several bugfixes related to route propagation.
    2.0.4 contains:
     * OSPF: DN-bit handling (RFC 4576)
     * Preferred route counters are back
     * Important BGP bugfix
     * Several bugfixes related to route propagation
     * Some minor bugfixes
    
    Closes: https://bugs.gentoo.org/682628
    Bug: https://bugs.gentoo.org/622334
    Suggested-By: Michael Orlitzky <mjo@gentoo.org>
    Tested-by: Alarig Le Lay <alarig@swordarmor.fr>
    Signed-Off-By: Tony Vroon <chainsaw@gentoo.org>
    Package-Manager: Portage-2.3.62, Repoman-2.3.11

 net-misc/bird/Manifest           |  2 ++
 net-misc/bird/bird-1.6.6.ebuild  | 68 ++++++++++++++++++++++++++++++++++++++++
 net-misc/bird/bird-2.0.4.ebuild  | 36 +++++++++++++++++++++
 net-misc/bird/files/initd-bird-2 | 51 ++++++++++++++++++++++++++++++
 4 files changed, 157 insertions(+)