28945f9ada
Netcat is a featured networking utility which reads and writes data across network connections, using the TCP/IP protocol. It is designed to be a reliable "back-end" tool that can be used directly or easily driven by other programs and scripts. At the same time, it is a feature-rich network debugging and exploration tool, since it can create almost any kind of connection you would need and has several interesting built-in capabilities. This package was provided by Adrian Portelli via pkgsrc-wip.
15 lines
409 B
Text
15 lines
409 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2003/12/05 14:11:27 recht Exp $
|
|
|
|
--- src/Makefile.in.orig Thu Oct 16 17:19:29 2003
|
|
+++ src/Makefile.in Thu Oct 16 17:19:42 2003
|
|
@@ -421,10 +421,6 @@
|
|
|
|
|
|
install-exec-hook:
|
|
- @if [ ! -L $(netcat_nc) -a ! -e $(netcat_nc) ]; then \
|
|
- echo "Creating symlink to the shorter executable name"; \
|
|
- ln -s netcat $(netcat_nc); \
|
|
- fi
|
|
|
|
uninstall-hook:
|
|
@if [ -L $(netcat_nc) ]; then \
|