diff options
author | obrien <obrien@FreeBSD.org> | 2002-03-14 19:25:32 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-03-14 19:25:32 +0000 |
commit | 1535c5d0a834af5a3f099e6a39081379116dd002 (patch) | |
tree | df37c593893b3b5168ce2b423d495103c9d24c0f /contrib/lukemftpd/configure | |
parent | e4751f9e00971d0c774736bb50344b7ea67d40b0 (diff) | |
download | FreeBSD-src-1535c5d0a834af5a3f099e6a39081379116dd002.zip FreeBSD-src-1535c5d0a834af5a3f099e6a39081379116dd002.tar.gz |
Import of LukeM's ftpd version 1.2 Beta 1.
Diffstat (limited to 'contrib/lukemftpd/configure')
-rwxr-xr-x | contrib/lukemftpd/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/lukemftpd/configure b/contrib/lukemftpd/configure index 2a7563d..4d72d32 100755 --- a/contrib/lukemftpd/configure +++ b/contrib/lukemftpd/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.16 +# From configure.in Revision: 1.17 @@ -25,8 +25,8 @@ ac_default_prefix=/usr/local ac_help="$ac_help \ --enable-ipv6 Enable IPv6 support (if your OS supports it). - --disable-ipv6 Disable IPv6 support (even if your OS supports it) - [default: enabled]." + --disable-ipv6 Disable IPv6 support (even if your OS supports it). + [default: enabled]" ac_help="$ac_help \ --enable-builtinls Enable built-in /bin/ls. [default: enabled] |