From: zoulasc Date: Fri, 21 Mar 2014 00:59:25 +0000 (-0400) Subject: Default to autofs version 4 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=13d3bbb74b4ff7c3d6a05c08aea6c21894cf62b9;p=am-utils-6.2.git Default to autofs version 4 --- 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