[package] fix typos in babel.conf files, thanks florida
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Aug 2009 11:21:33 +0000 (11:21 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 23 Aug 2009 11:21:33 +0000 (11:21 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17354 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 51db689..4a371f5 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 20ba36c..4f6eb93 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"