Default to autofs version 4
authorzoulasc <christos@zoulas.com>
Fri, 21 Mar 2014 00:59:25 +0000 (20:59 -0400)
committerzoulasc <christos@zoulas.com>
Fri, 21 Mar 2014 00:59:25 +0000 (20:59 -0400)
conf/autofs/autofs_linux.c

index fd5dbc6dae2031e02d7767ff90a046732b2f283d..d543979d3e418e6714cb8ef1be6327816b6e17f7 100644 (file)
 #define AUTOFS_MIN_VERSION 3
 #if AUTOFS_MAX_PROTO_VERSION >= 5
 /*
- * Autofs version 5 support is experimental; change this to 4 if it does
- * not work for you, but please let us know.
+ * Autofs version 5 support is experimental; change this to 5 you want
+ * to play with, it. There are reports it does not work.
  */
-#define AUTOFS_MAX_VERSION 5   /* we only know up to version 5 */
+#define AUTOFS_MAX_VERSION 4   /* we only know up to version 5 */
 #else
 #define AUTOFS_MAX_VERSION AUTOFS_MAX_PROTO_VERSION
 #endif