[package] fix typos in babel.conf files, thanks florida
authorFlorian Fainelli <florian@openwrt.org>
Sun, 23 Aug 2009 11:21:33 +0000 (11:21 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 23 Aug 2009 11:21:33 +0000 (11:21 +0000)
SVN-Revision: 17354

net/babel/Makefile
net/babel/files/babel.conf

index 51db689a48f424978207035334799485792c7d0b..4a371f599f4557f01bb5437e0a2c195feb382a5b 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=babel
 PKG_VERSION:=0.95
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.pps.jussieu.fr/~jch/software/files/
index 20ba36c5f3a494d1cd09b2edbf5c9a64452ed276..4f6eb93ec5fc0164c1414b3c06e22045e8ab586c 100644 (file)
 
 
 # redistribute IPv4 default route into babel 
-## redistribute local 0.0.0.0/0 le 0 metric 128
+## redistribute local ip 0.0.0.0/0 le 0 metric 128
 
 # same but for IPv6
-## redistribute local ::/0 le 0 metric 128
+## redistribute local ip ::/0 le 0 metric 128
 
 # don't redistribute all local addresses, only selected ones
 # after the first line, the "deny" rules kicks in. After the "deny"
 
 
 # redistribute IPv4 default route into babel 
-## redistribute local 0.0.0.0/0 le 0 metric 128
+## redistribute local ip 0.0.0.0/0 le 0 metric 128
 
 # same but for IPv6
-## redistribute local ::/0 le 0 metric 128
+## redistribute local ip ::/0 le 0 metric 128
 
 # don't redistribute all local addresses, only selected ones
 # after the first line, the "deny" rules kicks in. After the "deny"