From a46a2e050db81a6192bbae0ac326e20a9daa44ae Mon Sep 17 00:00:00 2001 From: Bram Matthys Date: Thu, 12 Dec 2019 16:57:37 +0100 Subject: [PATCH] ./Config: import settings from rc2/rc1. --- Config | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Config b/Config index a6a34c630..096973621 100755 --- a/Config +++ b/Config @@ -326,10 +326,7 @@ echo "" if [ -z "$NOCACHE" ] ; then # This needs to be updated each release so auto-upgrading works for settings, modules, etc!!: - # FIXME for UnrealIRCd 5: we don't import anything. - # we probably SHOULD import the settings but NOT the modules ? - # let's worry about that later.... - UNREALRELEASES="" + UNREALRELEASES="unrealircd-5.0.0-rc2 unrealircd-5.0.0-rc1" if [ -f "config.settings" ]; then . ./config.settings else