Indicate that fssync unix sockets are the default
authorAndrew Deason <adeason@sinenomine.net>
Wed, 23 Jun 2010 22:47:43 +0000 (17:47 -0500)
committerRuss Allbery <rra@stanford.edu>
Wed, 23 Jun 2010 22:57:26 +0000 (15:57 -0700)
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 <adeason@sinenomine.net>
Reviewed-by: Russ Allbery <rra@stanford.edu>

acinclude.m4

index 8ad82cc..a0bad9e 100644 (file)
@@ -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],