From: sgunderson Date: Thu, 17 Aug 2000 21:45:40 +0000 (+0000) Subject: The --help text now says that nonroot is experimental (which it is). X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=6eaf93053f43aa6d456475e56e7b50d4b13c6d2d;p=betaftpd The --help text now says that nonroot is experimental (which it is). --- 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