From 0048b219d17608e40e0bd7b35a95f73ba2107825 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Thu, 4 Oct 2012 11:52:54 +0200 Subject: [PATCH] scripts: geoip-database-update symlink Signed-off-by: Daniel Borkmann --- scripts/geoip-database-update | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/geoip-database-update b/scripts/geoip-database-update index 53dd41b1..1a19c7c6 100755 --- a/scripts/geoip-database-update +++ b/scripts/geoip-database-update @@ -43,5 +43,6 @@ done ln -s /usr/share/GeoIP/GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat ln -s /usr/share/GeoIP/GeoLiteCityv6.dat /usr/share/GeoIP/GeoIPCityv6.dat +ln -s /usr/share/GeoIP/ /usr/local/share/ exit $FAILED -- 2.11.4.GIT