After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699668 - The geoip database updater should pick path correctly if no option is given to it
The geoip database updater should pick path correctly if no option is given t...
Status: RESOLVED FIXED
Product: geocode-glib
Classification: Other
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: geocode-glib maintainer(s)
geocode-glib maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-04 12:51 UTC by Satabdi
Modified: 2013-05-12 17:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
geoip-update: Handle blank option (976 bytes, patch)
2013-05-04 12:55 UTC, Satabdi
accepted-commit_now Details | Review

Description Satabdi 2013-05-04 12:51:01 UTC
If one runs geoip-update without --dboption, the updater can not set the path to the GeoIP databases correctly.
Comment 1 Satabdi 2013-05-04 12:55:37 UTC
Created attachment 243286 [details] [review]
geoip-update: Handle blank option

if --dbpath option is not given, the updater should set the path
to the databased to GEOIP_DATABASE_PATH
Comment 2 Bastien Nocera 2013-05-04 14:41:56 UTC
Review of attachment 243286 [details] [review]:

Looks good to commit!