pkgsrc/net/xymon/patches/patch-aa
spz fb727ecb24 package update to 4.3.2:
+ fixes cross-site scripting vulnerabilities (SA44036)
+ contains a lot of filename cleanup work (no more bb and hobbit)

please read upgrade-to-430.txt when upgrading from a previous pkg
(see also the install message)
2011-04-22 14:52:18 +00:00

14 lines
446 B
Text

$NetBSD: patch-aa,v 1.2 2011/04/22 14:52:18 spz Exp $
--- configure.server.orig 2011-03-08 17:20:28.000000000 +0000
+++ configure.server
@@ -507,6 +507,9 @@ fi
if test "$INSTALLETCDIR" != ""; then
echo "INSTALLETCDIR = $INSTALLETCDIR" >>Makefile
fi
+if test "$INSTALLEXADIR" != ""; then
+ echo "INSTALLEXADIR = $INSTALLEXADIR" >>Makefile
+fi
if test "$INSTALLEXTDIR" != ""; then
echo "INSTALLEXTDIR = $INSTALLEXTDIR" >>Makefile
fi