mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Remove the nc symlink from netcat package and rename to gnu-netcat (gnu-netcat is no longer our standard netcat)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
c954b6acdc
commit
33a24fccc2
@@ -1,4 +1,3 @@
|
||||
usr/bin/nc
|
||||
usr/bin/netcat
|
||||
#usr/info/netcat.info
|
||||
#usr/man/man1/netcat.1
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007 Michael Tremer & Christian Schmidt #
|
||||
# Copyright (C) 2016 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -31,7 +31,7 @@ DL_FILE = $(THISAPP).tar.gz
|
||||
DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = netcat
|
||||
PROG = gnu-netcat
|
||||
PAK_VER = 1
|
||||
|
||||
DEPS = ""
|
||||
@@ -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
make.sh
2
make.sh
@@ -680,6 +680,7 @@ buildipfire() {
|
||||
ipfiremake libevent2
|
||||
ipfiremake portmap
|
||||
ipfiremake nfs
|
||||
ipfiremake gnu-netcat
|
||||
ipfiremake nmap
|
||||
ipfiremake ncftp
|
||||
ipfiremake etherwake
|
||||
@@ -751,7 +752,6 @@ buildipfire() {
|
||||
ipfiremake apcupsd
|
||||
ipfiremake iperf
|
||||
ipfiremake iperf3
|
||||
ipfiremake netcat
|
||||
ipfiremake 7zip
|
||||
ipfiremake lynis
|
||||
ipfiremake streamripper
|
||||
|
||||
Reference in New Issue
Block a user