From patchwork Mon Mar 22 07:17:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 3956 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4F3m6h3fCkz40Qq for ; Mon, 22 Mar 2021 07:17:48 +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 "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4F3m6g2DhbzsN; Mon, 22 Mar 2021 07:17:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F3m6f74rhz2xyg; Mon, 22 Mar 2021 07:17:46 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4F3m6d2kQPz2xd1 for ; Mon, 22 Mar 2021 07:17:45 +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 4F3m6c1qrDzsN; Mon, 22 Mar 2021 07:17:44 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1616397464; 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=9OrR//VJLH749aoO7OIVvE0/1jwvlsse56S6sRXkXuw=; b=/3fG8OZpSh7/zj4W8r/6pGrGCXXZMHfg8Mqn3lKB6n/uMPPrvA8HjV76uhlLQFeu3anwIv G3RnfZalLmrLzFCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1616397464; 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=9OrR//VJLH749aoO7OIVvE0/1jwvlsse56S6sRXkXuw=; b=PFgJ1kGiyTWrA8ahdy+s2yGwk5Mz9/ab1981wrBLUq/qjdQfjKVL8dsZbr9IhqzzU47buo 9lGTJ4IjJWFDp3HMNkGvpFJtGBO2k0d8JfJYv7z6GX9YnobUDSTGgv94ntarvulpMZdSvi yXgGpLif+XlGaDUeJLGXr8BU0W3ZXIIfwBzBCHKuJx1jcx0EBjDde5N++d8n6TeLx3T7Bu 14sZ+/OUb6ewMTCHQs7I+9aO1Kjkt/jVHdVtDtknOCaWm8WFmL3R8ls3JEDhRxeJbmaBd0 tONzUUyimfDcAAVIRNPE6EtdKfzNcXp/gFJN9Ptea3plJwjieuMZ/bOW36pdzg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] sysvinit: Update to 2.99 Date: Mon, 22 Mar 2021 08:17:40 +0100 Message-Id: <20210322071740.803-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.98 to 2.99 - Update to rootfile not required - Changelog sysvinit (2.99) released; urgency=low * Fixed typos and missing underlines in shutdown manual page. Corrections provided by Helge Kreutzmann. Signed-off-by: Adolf Belka --- lfs/sysvinit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/sysvinit b/lfs/sysvinit index e7b715ea4..7bf631a05 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -24,7 +24,7 @@ include Config -VER = 2.98 +VER = 2.99 THISAPP = sysvinit-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = e3254f7622ea5cf2322b1b386a98ba59 +$(DL_FILE)_MD5 = 6abc0ea61b8dd4a41b4e931a43b1bb90 install : $(TARGET)