From patchwork Thu Oct 31 18:09:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2564 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 473tdF6f95z43TQ for ; Thu, 31 Oct 2019 18:09:37 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 473tdD4jPFz4Lm; Thu, 31 Oct 2019 18:09:36 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 473tdD3bxgz2yWt; Thu, 31 Oct 2019 18:09:36 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 473tdB1Thcz2y30 for ; Thu, 31 Oct 2019 18:09:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 473tcz5Xxsz4Lm; Thu, 31 Oct 2019 18:09:13 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1572545363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GE58Nx6Wg8h93AEp61RggV0qOtXA7ImFzsuqVZcEg2Y=; b=6dYiMEaK4IU4FSw5UrvB4PLwaQ2CYk7tLO0srtwSlk+TOvxw0BzMSaYDEdkfawo9hJJc6B 72LSFitCAT5E5hBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1572545363; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=GE58Nx6Wg8h93AEp61RggV0qOtXA7ImFzsuqVZcEg2Y=; b=NxZ82b0dvWrcRoXAzFdDGXW4Zta9xWM5Mod2Qf6S/8MX8mMcDXt4zpYsJSAO2ZADQrj20F H1uqxX8g1PCmvbzjE0NkdciJwy2K3L5/zrhfMS7Lon8J8mDwrQ4F3QJZGYNae30qA28JKF tQpUGXl0Fn9wg7l74FC3B+JlI9/fwUGimKjhc/ssUeECvXO/9RkTETEXdw3FumwKiK+iUQ 0MaAtXx5x1OcFujWLJ3DX/9/fF975xmVpuJa+p/q7F9MHFLYUT2/HjkwxDAntlIph2bMz9 9WQBDk4pYnwLRZCocc1YCwijiqIHRTM4+HWHLtBZNLx3dRPosPu2QufxodlJ5w== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] initscripts: Tell users to report bugs on Bugzilla Date: Thu, 31 Oct 2019 18:09:05 +0000 Message-Id: <20191031180905.17511-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" 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 --- 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 2870729a5..2127a5899 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}