diff options
| author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 15:36:23 +0000 |
|---|---|---|
| committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-11 15:36:23 +0000 |
| commit | 64caf0b9f3f417b6b9e6c32c4438ff7b4e69b6fa (patch) | |
| tree | 68cb97515125afd97ba326f01e2bbf890becaf4a /net-mgmt/ipfm/files/patch-ab | |
| parent | 1de8a01db5a3d21e204fe93968eb214b0c2232fa (diff) | |
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>
Diffstat (limited to 'net-mgmt/ipfm/files/patch-ab')
| -rw-r--r-- | net-mgmt/ipfm/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/ipfm/files/patch-ab b/net-mgmt/ipfm/files/patch-ab new file mode 100644 index 000000000000..996ed7f79691 --- /dev/null +++ b/net-mgmt/ipfm/files/patch-ab @@ -0,0 +1,11 @@ +--- 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) |
