From: Andrew Deason Date: Wed, 23 Jun 2010 22:47:43 +0000 (-0500) Subject: Indicate that fssync unix sockets are the default X-Git-Tag: openafs-devel-1_5_75~81 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5e4c33f5634b85464945524f3b1c7022c3e921ed;p=packages%2Fo%2Fopenafs.git 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 --- 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],