From 6eaf93053f43aa6d456475e56e7b50d4b13c6d2d Mon Sep 17 00:00:00 2001 From: sgunderson Date: Thu, 17 Aug 2000 21:45:40 +0000 Subject: [PATCH] The --help text now says that nonroot is experimental (which it is). --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index aa0a2ac..20d663d 100755 --- a/configure +++ b/configure @@ -30,7 +30,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-shadow Enable shadow password support" ac_help="$ac_help - --enable-nonroot Do not need root access (implies --disable-shadow)" + --enable-nonroot Do not need root access (EXPERIMENTAL)" # Initialize some variables set by options. # The variables have the same names as the options, with diff --git a/configure.in b/configure.in index 763e05d..cddb6a1 100644 --- a/configure.in +++ b/configure.in @@ -92,7 +92,7 @@ else fi if test "$nonroot_support" = "yes"; then - ARG_ENABLE_BETAFTPD(nonroot,[ --enable-nonroot Do not need root access (implies --disable-shadow)],AC_DEFINE(WANT_NONROOT)) + ARG_ENABLE_BETAFTPD(nonroot,[ --enable-nonroot Do not need root access (EXPERIMENTAL)],AC_DEFINE(WANT_NONROOT)) else enableval=no fi -- 2.39.2