[package] fix typos in babel.conf files, thanks florida

git-svn-id: svn://svn.openwrt.org/openwrt/packages@17354 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2009-08-23 11:21:33 +00:00
parent 24c0e35481
commit c7060963b6
2 changed files with 5 additions and 5 deletions

View 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/

View File

@ -16,10 +16,10 @@
# 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"
@ -44,10 +44,10 @@
# 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"