summaryrefslogtreecommitdiff
path: root/net/xymonclient/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/xymonclient/patches/patch-aa')
-rw-r--r--net/xymonclient/patches/patch-aa12
1 files changed, 9 insertions, 3 deletions
diff --git a/net/xymonclient/patches/patch-aa b/net/xymonclient/patches/patch-aa
index 366c93b1d85..ee92aedddc8 100644
--- a/net/xymonclient/patches/patch-aa
+++ b/net/xymonclient/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.3 2011/04/22 15:37:02 spz Exp $
+$NetBSD: patch-aa,v 1.4 2012/08/07 06:51:58 sbd Exp $
--- configure.client.orig 2011-03-08 17:20:28.000000000 +0000
+++ configure.client
@@ -55,7 +55,7 @@ $NetBSD: patch-aa,v 1.3 2011/04/22 15:37:02 spz Exp $
fi
if test -d "$XYMONTOPDIR"
then
-@@ -158,9 +160,12 @@ echo "# Toplevel dir"
+@@ -158,9 +160,12 @@ echo "# Toplevel dir"
echo "XYMONTOPDIR = $XYMONTOPDIR" >>Makefile
echo "# Server home dir for etc/, www/" >>Makefile
echo "XYMONHOME = $XYMONHOME" >>Makefile
@@ -68,7 +68,7 @@ $NetBSD: patch-aa,v 1.3 2011/04/22 15:37:02 spz Exp $
echo "# Username running Xymon" >>Makefile
echo "XYMONUSER = $XYMONUSER" >>Makefile
echo "# Xymon server IP-address" >>Makefile
-@@ -194,6 +199,9 @@ fi
+@@ -194,9 +199,15 @@ fi
if test "$INSTALLETCDIR" != ""; then
echo "INSTALLETCDIR = $INSTALLETCDIR" >>Makefile
fi
@@ -78,3 +78,9 @@ $NetBSD: patch-aa,v 1.3 2011/04/22 15:37:02 spz Exp $
if test "$INSTALLEXTDIR" != ""; then
echo "INSTALLEXTDIR = $INSTALLEXTDIR" >>Makefile
fi
++if test "$INSTALLLOCALDIR" != ""; then
++ echo "INSTALLLOCALDIR = $INSTALLLOCALDIR" >>Makefile
++fi
+ if test "$INSTALLTMPDIR" != ""; then
+ echo "INSTALLTMPDIR = $INSTALLTMPDIR" >>Makefile
+ fi