From 498f65aaad59ea0f270306d73b747b17dc6d8fec Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Sat, 18 Apr 2020 10:18:17 +0200 Subject: [PATCH] Improve the error a little bit if unrealircd.conf is missing. Remove the talk about 3.2.x and and give a bit more context before providing the link to the docs (which was already there, but still). --- unrealircd.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/unrealircd.in b/unrealircd.in index 31430b86e..73dcaea12 100644 --- a/unrealircd.in +++ b/unrealircd.in @@ -33,11 +33,8 @@ if [ "$1" = "start" ] ; then if [ ! -f @CONFDIR@/unrealircd.conf ]; then echo "" echo "The configuration file does not exist (@CONFDIR@/unrealircd.conf)." - echo "* Create one by following:" - echo " https://www.unrealircd.org/docs/Installing_from_source#Creating_a_configuration_file" - echo "* Or if you are upgrading from version 3.2.x then read:" - echo " https://www.unrealircd.org/docs/Upgrading_from_3.2.x and" - echo " https://www.unrealircd.org/docs/UnrealIRCd_files_and_directories" + echo "Create one using the example configuration file, see the documentation:" + echo "https://www.unrealircd.org/docs/Installing_from_source#Creating_a_configuration_file" exit 1 fi @BINDIR@/unrealircd