summaryrefslogtreecommitdiff
path: root/net-mgmt/ipfm/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/ipfm/files/patch-ab')
-rw-r--r--net-mgmt/ipfm/files/patch-ab11
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)