Author: baggins Date: Thu Oct 9 22:52:28 2008 GMT Module: SOURCES Tag: HEAD ---- Log message: - add path to GeoIP Country Database to horde config
---- Files affected: SOURCES: horde-geoip.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/horde-geoip.patch diff -u /dev/null SOURCES/horde-geoip.patch:1.1 --- /dev/null Fri Oct 10 00:52:28 2008 +++ SOURCES/horde-geoip.patch Fri Oct 10 00:52:22 2008 @@ -0,0 +1,12 @@ +--- horde-3.3/config/conf.php.dist~ 2008-10-09 17:02:05.000000000 +0200 ++++ horde-3.3/config/conf.php.dist 2008-10-09 17:07:38.000000000 +0200 +@@ -55,6 +55,9 @@ + // http://lists.horde.org/archives/imp/Week-of-Mon-20030113/029149.html + $conf['cookie']['path'] = '/horde'; + ++// Path to GeoIP Country Database ++$conf['geoip']['datafile'] = '/usr/share/GeoIP/GeoIP.dat'; ++ + // YOU SHOULDN'T CHANGE ANTHING BELOW THIS LINE. + $conf['debug_level'] = E_ALL; + $conf['umask'] = 077; ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
