From patchwork Sun Jan 19 15:50:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2706 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 480zlp2JDYz3xYC for ; Sun, 19 Jan 2020 15:50:30 +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 480zlm5fltz2HR; Sun, 19 Jan 2020 15:50:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 480zlm4lB9z2xmW; Sun, 19 Jan 2020 15:50:28 +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 480zll68t4z2xmW for ; Sun, 19 Jan 2020 15:50:27 +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 480zll3Qqzz2HR; Sun, 19 Jan 2020 15:50:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1579449027; 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=SdkpDYXunqxDcVspwcD+1ya5bd/DYFFD78DI6ich8qs=; b=E+Um7k9qE2262ATfIe3SrHp1VL3p5MVKsbKUyZ2QjKvy2LQqa2To7eAz5mtx/RUyRtJlwL Kvc07fOtqPsPnZAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1579449027; 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=SdkpDYXunqxDcVspwcD+1ya5bd/DYFFD78DI6ich8qs=; b=cyfipWGIN1VmvoNTLKT5g7VjRo/Cj7aADD1nKbeDoxqaaKs2E3lGFLKcHrQTxLmhavJm6k vR1PJKnWWtUwsa+LCmg2gOH2MfhcuPOrKQ4tuwITT1CENjxXG3640+H7VkCKT7h5w27KFN ReFBoCvVN6aQ0SQ//Vyz1xox919JICwauUL1K2LEsPgnJlS623zWWD20I5HA0W3KgRc21W u7nrUMd33mLMZoqsi5KLszha248eo8sewI8VT5TIB3Onven/QWIaomGBFDllRpbBg6ObUV zRTq4VG9oETuirxEbffrXSLR2Bec74qMrNxWikJNtk8yyZ3IO3A/bTRX5b5vxw== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/2] modules: No longer load parallel port modules Date: Sun, 19 Jan 2020 15:50:20 +0000 Message-Id: <20200119155021.24910-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" These modules are loaded by default on all systems. They are simply a waste of space since not many systems have parallel ports any more. Signed-off-by: Michael Tremer --- src/initscripts/sysconfig/modules | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/initscripts/sysconfig/modules b/src/initscripts/sysconfig/modules index 5f8a77d8b..bd18548e8 100644 --- a/src/initscripts/sysconfig/modules +++ b/src/initscripts/sysconfig/modules @@ -25,11 +25,6 @@ processor thermal video -### parport -# -parport_pc -lp - ### fusion # fusion From patchwork Sun Jan 19 15:50:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 2707 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 480zlp47bhz3xYD for ; Sun, 19 Jan 2020 15:50:30 +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 480zln1FFLz3X4; Sun, 19 Jan 2020 15:50:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 480zlm71wdz2y4R; Sun, 19 Jan 2020 15:50:28 +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 480zll6sH2z2y4R for ; Sun, 19 Jan 2020 15:50:27 +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 480zll4xdRz2K9; Sun, 19 Jan 2020 15:50:27 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909ed25519; t=1579449027; 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: in-reply-to:in-reply-to:references:references; bh=wifPBBrMS+8itb8Urylm8oCOkixFqahckxwJND0+Gqk=; b=hcr2hHDo16b8HMbiHhcbYJvPgtBGEniFRhHfLKfpmo/Z8vLrCru+em2s/lzBJFlfb03wZ5 l8sRWBVlnDXFCFBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201909rsa; t=1579449027; 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: in-reply-to:in-reply-to:references:references; bh=wifPBBrMS+8itb8Urylm8oCOkixFqahckxwJND0+Gqk=; b=iW3et5fCuCuXTOeBChd0SadLXtREoXk48PXEiZgGUZCKZ8LPuHOC3L6DXnvmWxdXyqfa2G p60KcU1VBjCFShlUfBfLGIfYC6ndp9yoExQCdeyE+lRkWJyjds15mKjQGNs3/UFsHnoJgw GFslsOX1bodQ2Vaph3/Qr5Kb1i4PQZjed1jXxFFnJcYCf3ndlf65KOdzfI9xJ5PydgpRz2 oAty6kV+Mw0nB1yqytYracSEG/azuL44izAlgwE1vsNdxQUW+fke2NdAr1SuVslbkDzixF sH0B1RmyUQSA5hYytyT5CiI6h9Kw9uN/Ap/iX+jm/GijTmCldIQFLgqpwMdJGg== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 2/2] modules: Cleanup file Date: Sun, 19 Jan 2020 15:50:21 +0000 Message-Id: <20200119155021.24910-2-michael.tremer@ipfire.org> In-Reply-To: <20200119155021.24910-1-michael.tremer@ipfire.org> References: <20200119155021.24910-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" This file has an unsed line for the "fusion" module which is no longer needed. Signed-off-by: Michael Tremer --- src/initscripts/sysconfig/modules | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/initscripts/sysconfig/modules b/src/initscripts/sysconfig/modules index bd18548e8..366b46cce 100644 --- a/src/initscripts/sysconfig/modules +++ b/src/initscripts/sysconfig/modules @@ -15,8 +15,7 @@ # a space or a tab. ######################################################################## -### ACPI -# +# ACPI ac battery button @@ -25,7 +24,4 @@ processor thermal video -### fusion -# fusion - # End /etc/sysconfig/modules