From 31a36bb951818457c2505a32cfc110f7e7cc9bf0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 31 Oct 2019 18:09:05 +0000 Subject: [PATCH] initscripts: Tell users to report bugs on Bugzilla I have been receiving a couple of emails recently directed at info@ipfire.org with bug reports when a system did not boot up or shut down properly. This is obviously not the right way to report bugs, but we are telling our users to do so. This patch changes this to report bugs to Bugzilla like it should be. Signed-off-by: Michael Tremer Signed-off-by: Arne Fitzenreiter --- src/initscripts/system/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/initscripts/system/functions b/src/initscripts/system/functions index 2870729a50..2127a58995 100644 --- a/src/initscripts/system/functions +++ b/src/initscripts/system/functions @@ -153,7 +153,7 @@ print_error_msg() boot_mesg -n "If you're able to track this" boot_mesg -n " error down to a bug in one of the files provided by" boot_mesg -n " ipfire, please be so kind to inform us at" - boot_mesg " info@ipfire.org.\n" + boot_mesg " https://bugzilla.ipfire.org.\n" boot_mesg_flush boot_mesg -n "Press Enter to continue or wait a minute..." ${INFO} boot_mesg "" ${NORMAL} -- 2.39.2