From patchwork Thu Mar 17 17:06:29 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: jon X-Patchwork-Id: 5350 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 4KKDsZ3WLqz3xlr for ; Thu, 17 Mar 2022 17:39:14 +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 4KKDsV4rK0zL7; Thu, 17 Mar 2022 17:39:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KKDsV3pjpz2yRl; Thu, 17 Mar 2022 17:39:10 +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 4KKDsT0Kzzz2xxk for ; Thu, 17 Mar 2022 17:39:09 +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 4KKDsR6sHXz80; Thu, 17 Mar 2022 17:39:07 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647538748; 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=euR+GJRdHywn1gclvsEXLtHbCgYgJaJQGwWwwNrf3Cw=; b=w1BzWdYx4nAsHBrEMsMXXCRzcxLeg0Y3xZxsJ8ucJov2Lql8dAxLvJgClUUJgemVnx4JIY 2Clogigh7hN4IvCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647538748; 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=euR+GJRdHywn1gclvsEXLtHbCgYgJaJQGwWwwNrf3Cw=; b=ai8O4Ok7pci4akkfZN7hZKeTu0iZTrUTuCBuSAfzm8TyZosXFjmcmPXopVJGbNvhKDdago GT2076h6S3nBJdHyuJGum9rL3KX1QaBi3oCsfv1BR2RNo9mAV3saXO01gonbg07khhZmUD QibxmxfR5PXtUx7gj8ghsT7GV8YHTp2omYBz9kRqzwDWr0stw84c3qABIbhPXqZ36mM/3U vH4O3dGllGZKBedDVgHBQHv18r6qQkITNkfvQ79hikRs8vl4wCftisQo/mN0i44h7W8Oxw 2kXpMn1uhRKvkl3py7emXm2zax1Uaj54fy2Z1l2vGElcLbQPHIdY+0jOJHXRfA== From: Jon Murphy To: development@lists.ipfire.org Subject: [PATCH] Nano: Move nano editor from packages to core system Date: Thu, 17 Mar 2022 12:06:29 -0500 Message-Id: <20220317170628.1362568-1-jon.murphy@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" - this will not change the default editor `vim` Signed-off-by: Jon Murphy Acked-by: Peter Müller Acked-by: Michael Tremer --- config/rootfiles/{packages => common}/nano | 0 lfs/nano | 7 +++---- 2 files changed, 3 insertions(+), 4 deletions(-) rename config/rootfiles/{packages => common}/nano (100%) diff --git a/config/rootfiles/packages/nano b/config/rootfiles/common/nano similarity index 100% rename from config/rootfiles/packages/nano rename to config/rootfiles/common/nano diff --git a/lfs/nano b/lfs/nano index df994364f..85be014ee 100644 --- a/lfs/nano +++ b/lfs/nano @@ -32,12 +32,11 @@ DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -PROG = nano -PAK_VER = 41 -DEPS = "" -SERVICES = ############################################################################### # Top-level Rules -- 2.30.2