From: Jonatan Schlag <jonatan.schlag@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH 1/3] Remove the nc symlink from netcat package (gnu-netcat is no longer our standard netcat)
Date: Mon, 04 Apr 2016 17:19:56 +0200 [thread overview]
Message-ID: <1459783198-524-2-git-send-email-jonatan.schlag@ipfire.org> (raw)
In-Reply-To: <1459783198-524-1-git-send-email-jonatan.schlag@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1078 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/netcat | 1 -
lfs/netcat | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/rootfiles/packages/netcat b/config/rootfiles/packages/netcat
index c236959..f043ed2 100644
--- a/config/rootfiles/packages/netcat
+++ b/config/rootfiles/packages/netcat
@@ -1,4 +1,3 @@
-usr/bin/nc
usr/bin/netcat
#usr/info/netcat.info
#usr/man/man1/netcat.1
diff --git a/lfs/netcat b/lfs/netcat
index d07669b..4434f17 100644
--- a/lfs/netcat
+++ b/lfs/netcat
@@ -54,7 +54,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
md5 : $(subst %,%_MD5,$(objects))
-dist:
+dist:
@$(PAK)
###############################################################################
@@ -80,5 +80,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
cd $(DIR_APP) && ./configure --prefix=/usr
cd $(DIR_APP) && make $(MAKETUNING)
cd $(DIR_APP) && make install
+ rm -f /usr/bin/nc
@rm -rf $(DIR_APP)
@$(POSTBUILD)
--
2.1.4
next prev parent reply other threads:[~2016-04-04 15:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-04 15:19 Libvirt and Ncat/Netcat Jonatan Schlag
2016-04-04 15:19 ` Jonatan Schlag [this message]
2016-04-04 15:19 ` [PATCH 2/3] Build nmap without ncat Jonatan Schlag
2016-04-04 15:19 ` [PATCH 3/3] New package ncat (ncat is the new standard netcat) and change the build order of netcat Jonatan Schlag
2016-04-05 22:09 ` Michael Tremer
2016-04-06 10:26 ` Jonatan Schlag
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1459783198-524-2-git-send-email-jonatan.schlag@ipfire.org \
--to=jonatan.schlag@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox