Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/geoip/files: geoipupdate-r2.sh
Date: Fri, 29 Mar 2013 14:40:42
Message-Id: 20130329144037.F2B4E2171E@flycatcher.gentoo.org
1 idl0r 13/03/29 14:40:37
2
3 Modified: geoipupdate-r2.sh
4 Log:
5 Typo fixed
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key B427ABC8)
8
9 Revision Changes Path
10 1.3 dev-libs/geoip/files/geoipupdate-r2.sh
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r2.sh?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r2.sh?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/geoip/files/geoipupdate-r2.sh?r1=1.2&r2=1.3
15
16 Index: geoipupdate-r2.sh
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/geoip/files/geoipupdate-r2.sh,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- geoipupdate-r2.sh 4 Feb 2013 19:44:59 -0000 1.2
23 +++ geoipupdate-r2.sh 29 Mar 2013 14:40:37 -0000 1.3
24 @@ -16,7 +16,7 @@
25 for db in $DATABASES; do
26 fname=$(basename $db)
27
28 - if [ -f ${GEOPDIR}/${fname} ]; then
29 + if [ -f ${GEOIPDIR}/${fname} ]; then
30 wget --no-verbose -t 3 -T 60 \
31 "${GEOIP_MIRROR}/${db}.dat.gz" \
32 -O "${TMPDIR}/${fname}.dat.gz"