From 50f316141f109701317bb6453483f1a80f8aba6c Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Fri, 26 May 2006 08:10:45 +0000 Subject: quagga: Add 0.99.4, fix bgp package name, some cleanups. * Added version 0.99.4 which fixes a number of bugs in the previous release, several critical bugs. See quagga homepage for details. * Fix the name of BGP package and init scripts - it should be bgpd not bpgd. Discovered when looking at the change log for the OWMNR project. * Added myself as the maintainer. * Add a prerm script from the base quagga package which stops all the sub deamons. Otherwise if you just erase the main package all the sub daemons keep running. Normally dependencies stop this, so this only if the user forces deletion. * Bump PR on 0.99.2 and 0.99.3 to pick up changes. * Remove PR from the .inc file, this is to be specified in the .bb files. * Re-order header to match style guide layout on the wiki. * Allow a directory addition to be passed through from .bb to the .inc. Use it in the 0.99.2 to indicate that the source for that version are now in the attic subdirectory. --- packages/quagga/quagga_0.99.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/quagga/quagga_0.99.3.bb') diff --git a/packages/quagga/quagga_0.99.3.bb b/packages/quagga/quagga_0.99.3.bb index 52b47348f3..e61c80d651 100644 --- a/packages/quagga/quagga_0.99.3.bb +++ b/packages/quagga/quagga_0.99.3.bb @@ -1,2 +1,2 @@ include quagga.inc -PR = "r0" +PR = "r1" -- cgit v1.2.3