From a1d9aacdb61e5a64e214b29d08692f7a0be2efbd Mon Sep 17 00:00:00 2001 From: frank Date: Sun, 29 Jan 2012 10:27:23 +0100 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +dev-libs/geoip-1.4.8 --- .etckeeper | 1 + GeoIP.conf | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 GeoIP.conf diff --git a/.etckeeper b/.etckeeper index 7a58377..fdceb18 100755 --- a/.etckeeper +++ b/.etckeeper @@ -29,6 +29,7 @@ maybe chmod 0700 './.etckeeper' maybe chmod 0644 './.gitignore' maybe chmod 0600 './.pwd.lock' maybe chmod 0644 './DIR_COLORS' +maybe chmod 0644 './GeoIP.conf' maybe chmod 0755 './ImageMagick' maybe chmod 0644 './ImageMagick/coder.xml' maybe chmod 0644 './ImageMagick/colors.xml' diff --git a/GeoIP.conf b/GeoIP.conf new file mode 100644 index 0000000..33f5526 --- /dev/null +++ b/GeoIP.conf @@ -0,0 +1,19 @@ +# If you purchase a subscription to the GeoIP database, +# then you will obtain a license key which you can +# use to automatically obtain updates. +# for more details, please go to +# http://www.maxmind.com/app/products + +# see https://www.maxmind.com/app/license_key_login to obtain License Key, +# UserId, and available ProductIds + +# Enter your license key here +LicenseKey YOUR_LICENSE_KEY_HERE + +# Enter your User ID here +UserId YOUR_USER_ID_HERE + +# Enter the Product ID(s) of the database(s) you would like to update +# By default 106 (MaxMind GeoIP Country) is listed below +ProductIds 106 + -- 2.39.5