[Babel-users] [OpenWrt-Devel] [PATCH] Upgrade the babel package, renaming it to babeld

Felix Fietkau nbd at openwrt.org
Sun Nov 22 04:04:51 UTC 2009


Gabriel Kerneis wrote:
> Hello,
> 
> the following patch upgrades the babel package to 0.97.
> 
> Babel has been renamed to babeld since 0.96 [1], but the name has not
> been changed in OpenWRT.  The following patch changes every occurrence
> of babel to babeld (this is necessary because upstream changed the names
> of the config files [2], and it might be confusing to have babel in some
> places and babeld in others).
> 
> Unfortunately, svn diff doesn't show the "svn mv" and "svn rm" steps.
> Here is what I did:
> svn mv net/babel net/babeld
> svn mv net/babeld/babel.init net/babeld/babeld.init
> svn mv net/babeld/babel.conf net/babeld/babeld.conf
> svn mv net/babeld/babel.config net/babeld/babeld.config
> svn rm net/babel
> 
> Moreover, there is a spurious ipv6/babel directory in the packages
> repository, forgotten (I guess) during a previous migration:
> 
> svn rm ipv6/babel
> 
> Here is the resulting svn status:
> D       ipv6/babel
> D       ipv6/babel/files
> A  +    net/babeld
> D       net/babeld/files/babel.init
> D  +    net/babeld/files/babel.conf
> D  +    net/babeld/files/babel.config
> A       net/babeld/files/babeld.init
> A  +    net/babeld/files/babeld.conf
> A  +    net/babeld/files/babeld.config
> M  +    net/babeld/Makefile
> 
> In addition, this patch:
> - adds librt dependency to the Makefile,
> - removes duplicated content from the sample babeld.conf file.
> 
> Please let me know if anything looks wrong or if there is a way to send
> a better patch (including the removal steps).
I applied it manually and committed it in r18462
I don't know how you can force svn to generate proper patches - I use
git and it's better at handling such things.

- Felix




More information about the Babel-users mailing list