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