From 13d3bbb74b4ff7c3d6a05c08aea6c21894cf62b9 Mon Sep 17 00:00:00 2001 From: zoulasc Date: Thu, 20 Mar 2014 20:59:25 -0400 Subject: [PATCH] Default to autofs version 4 --- conf/autofs/autofs_linux.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/autofs/autofs_linux.c b/conf/autofs/autofs_linux.c index fd5dbc6d..d543979d 100644 --- a/conf/autofs/autofs_linux.c +++ b/conf/autofs/autofs_linux.c @@ -57,10 +57,10 @@ #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 -- 2.43.0