]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Nano: Move nano editor from packages to core system
authorJon Murphy <jon.murphy@ipfire.org>
Thu, 17 Mar 2022 17:06:29 +0000 (12:06 -0500)
committerPeter Müller <peter.mueller@ipfire.org>
Mon, 21 Mar 2022 19:01:43 +0000 (19:01 +0000)
- this will not change the default editor `vim`

Signed-off-by: Jon Murphy <jon.murphy@ipfire.org>
Acked-by: Peter Müller <peter.mueller@ipfire.org>
Acked-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/core/nano [moved from config/rootfiles/packages/nano with 100% similarity]
lfs/nano

index df994364fdf3700f5e8f30a1a78d091aec3cbb59..f82e8d4f900dd4485529a4cc753e6d0f0521c4bb 100644 (file)
--- a/lfs/nano
+++ b/lfs/nano
 include Config
 
 VER        = 6.1
-SUMMARY    = Pico editor clone with enhancements
 
 THISAPP    = nano-$(VER)
 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