summaryrefslogtreecommitdiff
path: root/net/host/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'net/host/patches/patch-ac')
-rw-r--r--net/host/patches/patch-ac17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/host/patches/patch-ac b/net/host/patches/patch-ac
new file mode 100644
index 00000000000..3c03008e4fe
--- /dev/null
+++ b/net/host/patches/patch-ac
@@ -0,0 +1,17 @@
+$NetBSD: patch-ac,v 1.1.1.1 2001/03/10 17:06:37 wiz Exp $
+
+--- mxlookup.orig Sun Jan 8 01:07:04 1995
++++ mxlookup
+@@ -26,10 +26,10 @@
+ # Setup environment.
+ # ----------------------------------------------------------------------
+
+ # This is where the ``host'' executable lives.
+-BINDIR=/usr/local/bin
++BINDIR=@PREFIX@/bin
+
+-PATH=${BINDIR}:/bin:/usr/bin:/usr/ucb ; export PATH
++PATH=${BINDIR}:/bin:/usr/bin ; export PATH
+
+ cmd=`basename $0`
+