1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/net-mgmt/ipfm/files/patch-ab
Chris D. Faulhaber 64caf0b9f3 IP Flow Meter is a bandwidth analysis tool, that measures how much bandwidth
specified hosts use on their Internet link.

PR:		17190
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-03-11 15:36:23 +00:00

12 lines
408 B
Plaintext

--- ipfm-0.10.4/Makefile.in Mon Oct 11 15:45:58 1999
+++ ipfm-0.10.4.orig/Makefile.in Sun Mar 5 00:48:36 2000
@@ -15,7 +15,7 @@
install: all
$(INSTALL) -d -m 755 $(SBINDIR)
- $(INSTALL) -m 755 source/ipfm $(SBINDIR)/ipfm
+ $(INSTALL) -s -m 755 source/ipfm $(SBINDIR)/ipfm
$(INSTALL) -d -m 755 $(ETCDIR)
[ -f $(CONFIGURATION_FILE) ] || \
$(INSTALL) -m 644 ipfm.conf.sample $(CONFIGURATION_FILE)