From patchwork Wed Dec 1 12:30:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4876 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 "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J3z2K1Tbjz3wg9 for ; Wed, 1 Dec 2021 12:30:33 +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) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J3z2J5HRFz3dh; Wed, 1 Dec 2021 12:30:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J3z2J4yJlz2yrX; Wed, 1 Dec 2021 12:30:32 +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 "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J3z2H5p30z2xNQ for ; Wed, 1 Dec 2021 12:30:31 +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) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J3z2H0r5gz3d2; Wed, 1 Dec 2021 12:30:31 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638361831; 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=PTHJb13dUYoZFY0fyrOlmzOpefGGaJMur+z0XBbP/n0=; b=xPnQUuSYKOlSksyfZwEE7ELWorGrdRTJwOwOo5xKrDZKXA3q5vw4it0LVekHRz9G+T0cQL niY9HqV71uZBn/Dg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638361831; 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=PTHJb13dUYoZFY0fyrOlmzOpefGGaJMur+z0XBbP/n0=; b=SNH6ptDJi+/ftK+iuhiEdAJOhrrWqiBpkrZOl859BHxClj838g9CfOzGu5x1kg1yE1Qb0/ pgwgAGfhMM8zjTPlNerBt0iuCAQUNWJaKgc5CH3jHFnqTFVo9BRx8Iy+fAXgcp6HZ9o0NS oGZbtmeGfV/xtUf82fbDosSYF3d2OjU5fS/Tm0NMASmBt0pnl3fpxwZP8KVf8aoAd6lSpT pDniuzSIv+xYlg8+WjihqE7ysWxTuFQaUc4HrVpZVbk/kqD2I9kA4dAh5zmaCubtfpTSf4 fTep0MunU2J4EOvxnrcDJhZ4KmQ7Y+YgMbhCcHvemncQSsXNYurbhC+a3MGlgQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sysvinit: Update to version 3.00 Date: Wed, 1 Dec 2021 13:30:23 +0100 Message-Id: <20211201123023.3436775-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 2.99 to 3.00 - Update of rootfile not required - Changelog sysvinit (3.00) released; urgency=low * Applied patch from Matthias Schiffer which allows bootlogd to read from a wider range of consoles. The console name is already passed in from the kernel command line using "console=". We no longer filter out names as strictly but do now check to confirm the "console=" device points to a valid TTY. Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- lfs/sysvinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sysvinit b/lfs/sysvinit index 7bf631a05..7b195bfae 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -24,7 +24,7 @@ include Config -VER = 2.99 +VER = 3.00 THISAPP = sysvinit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 6abc0ea61b8dd4a41b4e931a43b1bb90 +$(DL_FILE)_MD5 = 6d54ca5b648decb106103c01d415417f install : $(TARGET)