From 5e4c33f5634b85464945524f3b1c7022c3e921ed Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Wed, 23 Jun 2010 17:47:43 -0500 Subject: [PATCH] Indicate that fssync unix sockets are the default Using unix domain sockets for FSSYNC has been the default for some time now; make it clear from the configure help output that this is the case. Change-Id: Ibe8b41361242d6cea035b7710910d7d693f60a85 Reviewed-on: http://gerrit.openafs.org/2241 Tested-by: Andrew Deason Reviewed-by: Russ Allbery --- acinclude.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index 8ad82ccd9..a0bad9eb1 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -118,8 +118,8 @@ AC_ARG_ENABLE([disconnected], , [enable_disconnected="no"]) AC_ARG_ENABLE([unix-sockets], - [AS_HELP_STRING([--enable-unix-sockets], - [enable use of unix domain sockets for fssync])], + [AS_HELP_STRING([--disable-unix-sockets], + [disable use of unix domain sockets for fssync (defaults to enabled)])], , [enable_unix_sockets="yes"]) AC_ARG_ENABLE([icmp-pmtu-discovery], -- 2.39.5