]> git.decadent.org.uk Git - nfs-utils.git/commitdiff
Disable building/installing mount.nfs by default.
authorNeil Brown <neilb@suse.de>
Fri, 7 Jul 2006 23:41:58 +0000 (09:41 +1000)
committerNeil Brown <neilb@suse.de>
Fri, 7 Jul 2006 23:41:58 +0000 (09:41 +1000)
mount.nfs does not yet support 'user' option and some others.
To make it support this we need to make it setuid-root, and
some security isses need to be resolved before that can be done
safely.

configure.in

index 430d3970c95ff79cf2dee41152ab7ba6e6027f8b..bd8c14e8d050c0451ee4c49a7b796484ff1b07a5 100644 (file)
@@ -109,9 +109,9 @@ AC_ARG_ENABLE(rquotad,
 
 AC_ARG_ENABLE(mount,
        [AC_HELP_STRING([--enable-mount],
 
 AC_ARG_ENABLE(mount,
        [AC_HELP_STRING([--enable-mount],
-                       [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=yes@:>@])],
+                       [Create mount.nfs and don't use the util-linux mount(8) functionality. @<:@default=no@:>@])],
        enable_mount=$enableval,
        enable_mount=$enableval,
-       enable_mount=yes)
+       enable_mount=no)
        AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
 
 # Check whether user wants TCP wrappers support
        AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
 
 # Check whether user wants TCP wrappers support