summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorNeil Brown <neilb@suse.de>2006-07-08 09:41:58 +1000
committerNeil Brown <neilb@suse.de>2006-07-08 09:41:58 +1000
commit99414bd3eecf93f23c378d3bb3d45bc98f364abc (patch)
tree65fcfaf6d90381d231ea8f4d36d6f5769336d8f8 /configure.in
parentb0c3cbfee702c019dab0a22557bbf38e24dfcee1 (diff)
downloadnfs-utils-99414bd3eecf93f23c378d3bb3d45bc98f364abc.tar.gz
nfs-utils-99414bd3eecf93f23c378d3bb3d45bc98f364abc.tar.xz
nfs-utils-99414bd3eecf93f23c378d3bb3d45bc98f364abc.zip
Disable building/installing mount.nfs by default.
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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 430d397..bd8c14e 100644
--- a/configure.in
+++ b/configure.in
@@ -109,9 +109,9 @@ AC_ARG_ENABLE(rquotad,
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=yes)
+ enable_mount=no)
AM_CONDITIONAL(CONFIG_MOUNT, [test "$enable_mount" = "yes"])
# Check whether user wants TCP wrappers support