]> git.sesse.net Git - betaftpd/commitdiff
The --help text now says that nonroot is experimental (which it is).
authorsgunderson <sgunderson>
Thu, 17 Aug 2000 21:45:40 +0000 (21:45 +0000)
committersgunderson <sgunderson>
Thu, 17 Aug 2000 21:45:40 +0000 (21:45 +0000)
configure
configure.in

index aa0a2ac8c3f5e87d5ed2ae88f67de35cd097e614..20d663d40351ed45b39578f8d3ef9bd2e2ac9c37 100755 (executable)
--- 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
index 763e05dd6b83a3d2ac4cdb9a9becf3e44014ff07..cddb6a18c41478bf6819a2249b8d40a072c567f9 100644 (file)
@@ -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