Among other things this fixes the annoying "cannot parse server reply" error messages that come spewing forth on server replies that should otherwise be parsed just fine. ok rohee@
13 lines
393 B
Plaintext
13 lines
393 B
Plaintext
$OpenBSD: patch-configure,v 1.2 2003/05/21 06:51:43 marcm Exp $
|
|
--- configure.orig Thu May 8 02:45:29 2003
|
|
+++ configure Fri May 16 09:45:41 2003
|
|
@@ -1763,7 +1763,7 @@ echo "$as_me: WARNING: *** use --sysconf
|
|
echo "$as_me: WARNING: ***" >&2;}
|
|
sleep 1
|
|
fi
|
|
-sysconfdir=$CONFDIR
|
|
+sysconfdir="$CONFDIR/leafnode"
|
|
|
|
|
|
if test "$localstatedir" = '${prefix}/var' && test "$prefix" = NONE ; then
|