From 1e0bddfbabe59fc812ee3dfd314225db7e811c52 Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Wed, 5 Jan 2022 09:32:17 +0100 Subject: [PATCH] And some more text improvements in ./Config --- Config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Config b/Config index bba11680b..c137e18fb 100755 --- a/Config +++ b/Config @@ -702,11 +702,12 @@ while [ -z "$TEST" ] ; do TEST="$GEOIP" echo "" echo "GeoIP is a feature that allows converting an IP address to a location (country)" - echo "You have three options in UnrealIRCd:" - echo " classic: This is the DEFAULT geoip engine that should work on all systems" - echo "libmaxminddb: This uses the libmaxminddb library. If you want to use it then" + echo "Possible build options:" + echo " classic: This is the DEFAULT geoip engine. It should work on all systems" + echo " and receives automatic updates." + echo "libmaxminddb: This uses the libmaxminddb library. If you want to use this, then" echo " you need to install the libmaxminddb library on your system first" - echo " none: Don't built with any geoip library (geoip-csv is still built)" + echo " none: Don't build with any geoip library (geoip-csv is still built)" echo "Choose one of: classic, libmaxminddb, none" echo $n "[$TEST] -> $c" read cc